Html Css Color HEX #78096B Purple

📋 copy color: '#78096B'

red 120 ◦ green 9 ◦ blue 107

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

Shades of Purple #78096B

Tints of Purple #78096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 50.85%
G = 3.81%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78096B (or 0x78096B) is known color: Purple. HEX triplet: 78, 09 and 6B. RGB value is (120,9,107). Sum of RGB (Red+Green+Blue) = 120+9+107=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78096B is #87F694. Grayscale: #353535. Windows color (decimal): -8910485 or 7014776. OLE color: 7014776.

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

Color convert

RGB 120 9 107 -
CMYK 0 0.92 0.11 0.53
HSL 307.03º 0.86% 0.25% -
HSV(B) 307.03º 0.93% 0.47% -
XYZ 10.5 5.25 14.37 -
YUV 53.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 120 9 107 0 0.92 0.11 0.53 307.03 0.86 0.25
Hex 78 9 6B 0 5C B 35 133 56 19
Octal 170 11 153 0 134 13 65 463 126 31
Binary 1111000 1001 1101011 0 1011100 1011 110101 100110011 1010110 11001

Color Harmonies of #78096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78096B

Black with #78096B

Text Example


Text Example

White with #78096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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