Html Css Color HEX #781988 Purple

📋 copy color: '#781988'

red 120 ◦ green 25 ◦ blue 136

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

Shades of Purple #781988

Tints of Purple #781988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 42.7%
G = 8.9%
B = 48.4%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#781988 (or 0x781988) is known color: Purple. HEX triplet: 78, 19 and 88. RGB value is (120,25,136). Sum of RGB (Red+Green+Blue) = 120+25+136=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #781988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781988 is #87E677. Grayscale: #414141. Windows color (decimal): -8906360 or 8919416. OLE color: 8919416.

HSL color Cylindrical-coordinate representation of color #781988: hue angle of 291.35º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781988 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 25 136 -
CMYK 0.12 0.82 0 0.47
HSL 291.35º 0.69% 0.32% -
HSV(B) 291.35º 0.82% 0.53% -
XYZ 12.54 6.47 23.88 -
YUV 66.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 120 25 136 0.12 0.82 0 0.47 291.35 0.69 0.32
Hex 78 19 88 C 52 0 2F 123 45 20
Octal 170 31 210 14 122 0 57 443 105 40
Binary 1111000 11001 10001000 1100 1010010 0 101111 100100011 1000101 100000

Color Harmonies of #781988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781988

Black with #781988

Text Example


Text Example

White with #781988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781988; }

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

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

background-color css

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

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

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

border-color css

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

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

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