Html Css Color HEX #7F0F5C Eggplant

📋 copy color: '#7F0F5C'

red 127 ◦ green 15 ◦ blue 92

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

Shades of Eggplant #7F0F5C

Tints of Eggplant #7F0F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 54.27%
G = 6.41%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F0F5C (or 0x7F0F5C) is known color: Eggplant. HEX triplet: 7F, 0F and 5C. RGB value is (127,15,92). Sum of RGB (Red+Green+Blue) = 127+15+92=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0F5C is #80F0A3. Grayscale: #393939. Windows color (decimal): -8450212 or 6033279. OLE color: 6033279.

HSL color Cylindrical-coordinate representation of color #7F0F5C: hue angle of 318.75º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F5C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 15 92 -
CMYK 0 0.88 0.28 0.50
HSL 318.75º 0.79% 0.28% -
HSV(B) 318.75º 0.88% 0.5% -
XYZ 10.85 5.63 10.64 -
YUV 57.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 127 15 92 0 0.88 0.28 0.50 318.75 0.79 0.28
Hex 7F F 5C 0 58 1C 32 13F 4F 1C
Octal 177 17 134 0 130 34 62 477 117 34
Binary 1111111 1111 1011100 0 1011000 11100 110010 100111111 1001111 11100

Color Harmonies of #7F0F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0F5C

Black with #7F0F5C

Text Example


Text Example

White with #7F0F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,92); }

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

background-color css

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

 a { background-color: rgb(127,15,92); }

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

border-color css

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

 span { border-color: rgb(127,15,92); }

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