Html Css Color HEX #7F5875 Old Lavender

📋 copy color: '#7F5875'

red 127 ◦ green 88 ◦ blue 117

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

Shades of Old Lavender #7F5875

Tints of Old Lavender #7F5875

RGB

 RED value IS 127 (50% from 255) = 38.25%

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 38.25%
G = 26.51%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F5875 (or 0x7F5875) is known color: Old Lavender. HEX triplet: 7F, 58 and 75. RGB value is (127,88,117). Sum of RGB (Red+Green+Blue) = 127+88+117=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5875 is #80A78A. Grayscale: #666666. Windows color (decimal): -8431499 or 7690367. OLE color: 7690367.

HSL color Cylindrical-coordinate representation of color #7F5875: hue angle of 315.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F5875 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 88 117 -
CMYK 0 0.31 0.08 0.50
HSL 315.38º 0.18% 0.42% -
HSV(B) 315.38º 0.31% 0.5% -
XYZ 15.45 12.78 18.48 -
YUV 102.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 127 88 117 0 0.31 0.08 0.50 315.38 0.18 0.42
Hex 7F 58 75 0 1F 8 32 13B 12 2A
Octal 177 130 165 0 37 10 62 473 22 52
Binary 1111111 1011000 1110101 0 11111 1000 110010 100111011 10010 101010

Color Harmonies of #7F5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5875

Black with #7F5875

Text Example


Text Example

White with #7F5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5875; }

 p { color: rgb(127,88,117); }

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

background-color css

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

 a { background-color: rgb(127,88,117); }

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

border-color css

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

 span { border-color: rgb(127,88,117); }

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