Html Css Color HEX #970362 Eggplant

📋 copy color: '#970362'

red 151 ◦ green 3 ◦ blue 98

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

Shades of Eggplant #970362

Tints of Eggplant #970362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 59.92%
G = 1.19%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#970362 (or 0x970362) is known color: Eggplant. HEX triplet: 97, 03 and 62. RGB value is (151,3,98). Sum of RGB (Red+Green+Blue) = 151+3+98=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #970362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970362 is #68FC9D. Grayscale: #393939. Windows color (decimal): -6880414 or 6423447. OLE color: 6423447.

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

Color convert

RGB 151 3 98 -
CMYK 0 0.98 0.35 0.41
HSL 321.49º 0.96% 0.3% -
HSV(B) 321.49º 0.98% 0.59% -
XYZ 15 7.53 12.22 -
YUV 58.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 151 3 98 0 0.98 0.35 0.41 321.49 0.96 0.3
Hex 97 3 62 0 62 23 29 141 60 1E
Octal 227 3 142 0 142 43 51 501 140 36
Binary 10010111 11 1100010 0 1100010 100011 101001 101000001 1100000 11110

Color Harmonies of #970362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970362

Black with #970362

Text Example


Text Example

White with #970362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970362; }

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

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

background-color css

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

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

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

border-color css

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

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

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