Html Css Color HEX #781088 Purple

📋 copy color: '#781088'

red 120 ◦ green 16 ◦ blue 136

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

Shades of Purple #781088

Tints of Purple #781088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 44.12%
G = 5.88%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#781088 (or 0x781088) is known color: Purple. HEX triplet: 78, 10 and 88. RGB value is (120,16,136). Sum of RGB (Red+Green+Blue) = 120+16+136=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #781088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781088 is #87EF77. Grayscale: #3C3C3C. Windows color (decimal): -8908664 or 8917112. OLE color: 8917112.

HSL color Cylindrical-coordinate representation of color #781088: hue angle of 292º degrees, saturation: 0.79, 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 #781088 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 16 136 -
CMYK 0.12 0.88 0 0.47
HSL 292º 0.79% 0.3% -
HSV(B) 292º 0.88% 0.53% -
XYZ 12.37 6.14 23.83 -
YUV 60.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 120 16 136 0.12 0.88 0 0.47 292 0.79 0.3
Hex 78 10 88 C 58 0 2F 124 4F 1E
Octal 170 20 210 14 130 0 57 444 117 36
Binary 1111000 10000 10001000 1100 1011000 0 101111 100100100 1001111 11110

Color Harmonies of #781088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781088

Black with #781088

Text Example


Text Example

White with #781088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781088; }

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

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

background-color css

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

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

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

border-color css

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

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

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