Html Css Color HEX #78096C Purple

📋 copy color: '#78096C'

red 120 ◦ green 9 ◦ blue 108

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

Shades of Purple #78096C

Tints of Purple #78096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 50.63%
G = 3.8%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78096C (or 0x78096C) is known color: Purple. HEX triplet: 78, 09 and 6C. RGB value is (120,9,108). Sum of RGB (Red+Green+Blue) = 120+9+108=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78096C is #87F693. Grayscale: #353535. Windows color (decimal): -8910484 or 7080312. OLE color: 7080312.

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

Color convert

RGB 120 9 108 -
CMYK 0 0.92 0.10 0.53
HSL 306.49º 0.86% 0.25% -
HSV(B) 306.49º 0.93% 0.47% -
XYZ 10.55 5.27 14.65 -
YUV 53.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 120 9 108 0 0.92 0.10 0.53 306.49 0.86 0.25
Hex 78 9 6C 0 5C A 35 132 56 19
Octal 170 11 154 0 134 12 65 462 126 31
Binary 1111000 1001 1101100 0 1011100 1010 110101 100110010 1010110 11001

Color Harmonies of #78096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78096C

Black with #78096C

Text Example


Text Example

White with #78096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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