Html Css Color HEX #806078 Old Lavender

📋 copy color: '#806078'

red 128 ◦ green 96 ◦ blue 120

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

Shades of Old Lavender #806078

Tints of Old Lavender #806078

RGB

 RED value IS 128 (50.39% from 255) = 37.21%

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 37.21%
G = 27.91%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#806078 (or 0x806078) is known color: Old Lavender. HEX triplet: 80, 60 and 78. RGB value is (128,96,120). Sum of RGB (Red+Green+Blue) = 128+96+120=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #806078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806078 is #7F9F87. Grayscale: #6C6C6C. Windows color (decimal): -8363912 or 7889024. OLE color: 7889024.

HSL color Cylindrical-coordinate representation of color #806078: hue angle of 315º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806078 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 120 -
CMYK 0 0.25 0.06 0.50
HSL 315º 0.14% 0.44% -
HSV(B) 315º 0.25% 0.5% -
XYZ 16.48 14.31 19.66 -
YUV 108.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 128 96 120 0 0.25 0.06 0.50 315 0.14 0.44
Hex 80 60 78 0 19 6 32 13B E 2C
Octal 200 140 170 0 31 6 62 473 16 54
Binary 10000000 1100000 1111000 0 11001 110 110010 100111011 1110 101100

Color Harmonies of #806078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806078

Black with #806078

Text Example


Text Example

White with #806078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806078; }

 p { color: rgb(128,96,120); }

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

background-color css

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

 a { background-color: rgb(128,96,120); }

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

border-color css

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

 span { border-color: rgb(128,96,120); }

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