Html Css Color HEX #78086E Purple

📋 copy color: '#78086E'

red 120 ◦ green 8 ◦ blue 110

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

Shades of Purple #78086E

Tints of Purple #78086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 50.42%
G = 3.36%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78086E (or 0x78086E) is known color: Purple. HEX triplet: 78, 08 and 6E. RGB value is (120,8,110). Sum of RGB (Red+Green+Blue) = 120+8+110=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78086E is #87F791. Grayscale: #343434. Windows color (decimal): -8910738 or 7211128. OLE color: 7211128.

HSL color Cylindrical-coordinate representation of color #78086E: hue angle of 305.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78086E is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 110 -
CMYK 0 0.93 0.08 0.53
HSL 305.36º 0.88% 0.25% -
HSV(B) 305.36º 0.93% 0.47% -
XYZ 10.65 5.29 15.21 -
YUV 53.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 120 8 110 0 0.93 0.08 0.53 305.36 0.88 0.25
Hex 78 8 6E 0 5D 8 35 131 58 19
Octal 170 10 156 0 135 10 65 461 130 31
Binary 1111000 1000 1101110 0 1011101 1000 110101 100110001 1011000 11001

Color Harmonies of #78086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78086E

Black with #78086E

Text Example


Text Example

White with #78086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78086E; }

 p { color: rgb(120,8,110); }

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

background-color css

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

 a { background-color: rgb(120,8,110); }

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

border-color css

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

 span { border-color: rgb(120,8,110); }

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