Html Css Color HEX #970462 Eggplant

📋 copy color: '#970462'

red 151 ◦ green 4 ◦ blue 98

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

Shades of Eggplant #970462

Tints of Eggplant #970462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 59.68%
G = 1.58%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#970462 (or 0x970462) is known color: Eggplant. HEX triplet: 97, 04 and 62. RGB value is (151,4,98). Sum of RGB (Red+Green+Blue) = 151+4+98=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #970462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970462 is #68FB9D. Grayscale: #3A3A3A. Windows color (decimal): -6880158 or 6423703. OLE color: 6423703.

HSL color Cylindrical-coordinate representation of color #970462: hue angle of 321.63º 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 #970462 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 4 98 -
CMYK 0 0.97 0.35 0.41
HSL 321.63º 0.95% 0.3% -
HSV(B) 321.63º 0.97% 0.59% -
XYZ 15.01 7.55 12.22 -
YUV 58.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 151 4 98 0 0.97 0.35 0.41 321.63 0.95 0.3
Hex 97 4 62 0 61 23 29 142 5F 1E
Octal 227 4 142 0 141 43 51 502 137 36
Binary 10010111 100 1100010 0 1100001 100011 101001 101000010 1011111 11110

Color Harmonies of #970462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970462

Black with #970462

Text Example


Text Example

White with #970462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970462; }

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

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

background-color css

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

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

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

border-color css

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

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

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