Html Css Color HEX #970D73 Eggplant

📋 copy color: '#970D73'

red 151 ◦ green 13 ◦ blue 115

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

Shades of Eggplant #970D73

Tints of Eggplant #970D73

RGB

 RED value IS 151 (59.38% from 255) = 54.12%

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 54.12%
G = 4.66%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#970D73 (or 0x970D73) is known color: Eggplant. HEX triplet: 97, 0D and 73. RGB value is (151,13,115). Sum of RGB (Red+Green+Blue) = 151+13+115=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #970D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D73 is #68F28C. Grayscale: #414141. Windows color (decimal): -6877837 or 7540119. OLE color: 7540119.

HSL color Cylindrical-coordinate representation of color #970D73: hue angle of 315.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D73 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 115 -
CMYK 0 0.91 0.24 0.41
HSL 315.65º 0.84% 0.32% -
HSV(B) 315.65º 0.91% 0.59% -
XYZ 16 8.1 16.94 -
YUV 65.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 151 13 115 0 0.91 0.24 0.41 315.65 0.84 0.32
Hex 97 D 73 0 5B 18 29 13C 54 20
Octal 227 15 163 0 133 30 51 474 124 40
Binary 10010111 1101 1110011 0 1011011 11000 101001 100111100 1010100 100000

Color Harmonies of #970D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D73

Black with #970D73

Text Example


Text Example

White with #970D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D73; }

 p { color: rgb(151,13,115); }

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

background-color css

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

 a { background-color: rgb(151,13,115); }

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

border-color css

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

 span { border-color: rgb(151,13,115); }

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