Html Css Color HEX #751283 Purple

📋 copy color: '#751283'

red 117 ◦ green 18 ◦ blue 131

#751283
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #751283

Tints of Purple #751283

RGB

 RED value IS 117 (46.09% from 255) = 43.98%

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 43.98%
G = 6.77%
B = 49.25%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#751283 (or 0x751283) is known color: Purple. HEX triplet: 75, 12 and 83. RGB value is (117,18,131). Sum of RGB (Red+Green+Blue) = 117+18+131=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #751283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751283 is #8AED7C. Grayscale: #3C3C3C. Windows color (decimal): -9104765 or 8589941. OLE color: 8589941.

HSL color Cylindrical-coordinate representation of color #751283: hue angle of 292.57º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751283 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 18 131 -
CMYK 0.11 0.86 0 0.49
HSL 292.57º 0.76% 0.29% -
HSV(B) 292.57º 0.86% 0.51% -
XYZ 11.65 5.85 21.99 -
YUV 60.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 117 18 131 0.11 0.86 0 0.49 292.57 0.76 0.29
Hex 75 12 83 B 56 0 31 125 4C 1D
Octal 165 22 203 13 126 0 61 445 114 35
Binary 1110101 10010 10000011 1011 1010110 0 110001 100100101 1001100 11101

Color Harmonies of #751283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751283

Black with #751283

Text Example


Text Example

White with #751283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751283; }

 p { color: rgb(117,18,131); }

 H1.HeaderClassName
 {
   color: #751283;
 }
 .AnyTagClassName
 {
   color: #751283;
 }
</style>

background-color css

<style>
 a { background-color: #751283; }

 a { background-color: rgb(117,18,131); }

 div.DivClassName
 {
   background-color: #751283;
 }
 .BgClassName
 {
   background-color: #751283;
 }
</style>

border-color css

<style>
 span { border-color: #751283; }

 span { border-color: rgb(117,18,131); }

 td.TdClassName
 {
   border-color: #751283;
 }
 .TagClassName
 {
   border-color: #751283;
 }
</style>