Html Css Color HEX #781188 Purple

📋 copy color: '#781188'

red 120 ◦ green 17 ◦ blue 136

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

Shades of Purple #781188

Tints of Purple #781188

RGB

 RED value IS 120 (47.27% from 255) = 43.96%

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 43.96%
G = 6.23%
B = 49.82%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#781188 (or 0x781188) is known color: Purple. HEX triplet: 78, 11 and 88. RGB value is (120,17,136). Sum of RGB (Red+Green+Blue) = 120+17+136=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #781188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781188 is #87EE77. Grayscale: #3C3C3C. Windows color (decimal): -8908408 or 8917368. OLE color: 8917368.

HSL color Cylindrical-coordinate representation of color #781188: hue angle of 291.93º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781188 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 17 136 -
CMYK 0.12 0.87 0 0.47
HSL 291.93º 0.78% 0.3% -
HSV(B) 291.93º 0.88% 0.53% -
XYZ 12.39 6.17 23.83 -
YUV 61.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 120 17 136 0.12 0.87 0 0.47 291.93 0.78 0.3
Hex 78 11 88 C 57 0 2F 124 4E 1E
Octal 170 21 210 14 127 0 57 444 116 36
Binary 1111000 10001 10001000 1100 1010111 0 101111 100100100 1001110 11110

Color Harmonies of #781188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781188

Black with #781188

Text Example


Text Example

White with #781188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781188; }

 p { color: rgb(120,17,136); }

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

background-color css

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

 a { background-color: rgb(120,17,136); }

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

border-color css

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

 span { border-color: rgb(120,17,136); }

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