Html Css Color HEX #78096E Purple

📋 copy color: '#78096E'

red 120 ◦ green 9 ◦ blue 110

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

Shades of Purple #78096E

Tints of Purple #78096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

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

R = 50.21%
G = 3.77%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78096E (or 0x78096E) is known color: Purple. HEX triplet: 78, 09 and 6E. RGB value is (120,9,110). Sum of RGB (Red+Green+Blue) = 120+9+110=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78096E is #87F691. Grayscale: #353535. Windows color (decimal): -8910482 or 7211384. OLE color: 7211384.

HSL color Cylindrical-coordinate representation of color #78096E: hue angle of 305.41º degrees, saturation: 0.86, 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 #78096E is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 110 -
CMYK 0 0.92 0.08 0.53
HSL 305.41º 0.86% 0.25% -
HSV(B) 305.41º 0.93% 0.47% -
XYZ 10.66 5.31 15.22 -
YUV 53.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 120 9 110 0 0.92 0.08 0.53 305.41 0.86 0.25
Hex 78 9 6E 0 5C 8 35 131 56 19
Octal 170 11 156 0 134 10 65 461 126 31
Binary 1111000 1001 1101110 0 1011100 1000 110101 100110001 1010110 11001

Color Harmonies of #78096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78096E

Black with #78096E

Text Example


Text Example

White with #78096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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