Html Css Color HEX #78086B Purple

📋 copy color: '#78086B'

red 120 ◦ green 8 ◦ blue 107

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

Shades of Purple #78086B

Tints of Purple #78086B

RGB

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

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

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

R = 51.06%
G = 3.4%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78086B (or 0x78086B) is known color: Purple. HEX triplet: 78, 08 and 6B. RGB value is (120,8,107). Sum of RGB (Red+Green+Blue) = 120+8+107=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78086B is #87F794. Grayscale: #343434. Windows color (decimal): -8910741 or 7014520. OLE color: 7014520.

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

Color convert

RGB 120 8 107 -
CMYK 0 0.93 0.11 0.53
HSL 306.96º 0.88% 0.25% -
HSV(B) 306.96º 0.93% 0.47% -
XYZ 10.49 5.23 14.37 -
YUV 52.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 120 8 107 0 0.93 0.11 0.53 306.96 0.88 0.25
Hex 78 8 6B 0 5D B 35 133 58 19
Octal 170 10 153 0 135 13 65 463 130 31
Binary 1111000 1000 1101011 0 1011101 1011 110101 100110011 1011000 11001

Color Harmonies of #78086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78086B

Black with #78086B

Text Example


Text Example

White with #78086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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