Html Css Color HEX #7F0D5D Eggplant

📋 copy color: '#7F0D5D'

red 127 ◦ green 13 ◦ blue 93

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

Shades of Eggplant #7F0D5D

Tints of Eggplant #7F0D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 54.51%
G = 5.58%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F0D5D (or 0x7F0D5D) is known color: Eggplant. HEX triplet: 7F, 0D and 5D. RGB value is (127,13,93). Sum of RGB (Red+Green+Blue) = 127+13+93=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D5D is #80F2A2. Grayscale: #383838. Windows color (decimal): -8450723 or 6098303. OLE color: 6098303.

HSL color Cylindrical-coordinate representation of color #7F0D5D: hue angle of 317.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D5D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 13 93 -
CMYK 0 0.90 0.27 0.50
HSL 317.89º 0.81% 0.27% -
HSV(B) 317.89º 0.9% 0.5% -
XYZ 10.87 5.59 10.86 -
YUV 56.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 127 13 93 0 0.90 0.27 0.50 317.89 0.81 0.27
Hex 7F D 5D 0 5A 1B 32 13E 51 1B
Octal 177 15 135 0 132 33 62 476 121 33
Binary 1111111 1101 1011101 0 1011010 11011 110010 100111110 1010001 11011

Color Harmonies of #7F0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0D5D

Black with #7F0D5D

Text Example


Text Example

White with #7F0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,13,93); }

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

background-color css

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

 a { background-color: rgb(127,13,93); }

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

border-color css

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

 span { border-color: rgb(127,13,93); }

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