Html Css Color HEX #970463 Eggplant

📋 copy color: '#970463'

red 151 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #970463

Tints of Eggplant #970463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 59.45%
G = 1.57%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#970463 (or 0x970463) is known color: Eggplant. HEX triplet: 97, 04 and 63. RGB value is (151,4,99). Sum of RGB (Red+Green+Blue) = 151+4+99=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970463 is #68FB9C. Grayscale: #3A3A3A. Windows color (decimal): -6880157 or 6489239. OLE color: 6489239.

HSL color Cylindrical-coordinate representation of color #970463: hue angle of 321.22º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970463 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 4 99 -
CMYK 0 0.97 0.34 0.41
HSL 321.22º 0.95% 0.3% -
HSV(B) 321.22º 0.97% 0.59% -
XYZ 15.06 7.57 12.47 -
YUV 58.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 151 4 99 0 0.97 0.34 0.41 321.22 0.95 0.3
Hex 97 4 63 0 61 22 29 141 5F 1E
Octal 227 4 143 0 141 42 51 501 137 36
Binary 10010111 100 1100011 0 1100001 100010 101001 101000001 1011111 11110

Color Harmonies of #970463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970463

Black with #970463

Text Example


Text Example

White with #970463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970463; }

 p { color: rgb(151,4,99); }

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

background-color css

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

 a { background-color: rgb(151,4,99); }

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

border-color css

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

 span { border-color: rgb(151,4,99); }

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