Html Css Color HEX #970367 Eggplant

📋 copy color: '#970367'

red 151 ◦ green 3 ◦ blue 103

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

Shades of Eggplant #970367

Tints of Eggplant #970367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.08%

R = 58.75%
G = 1.17%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#970367 (or 0x970367) is known color: Eggplant. HEX triplet: 97, 03 and 67. RGB value is (151,3,103). Sum of RGB (Red+Green+Blue) = 151+3+103=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970367 is #68FC98. Grayscale: #3A3A3A. Windows color (decimal): -6880409 or 6751127. OLE color: 6751127.

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

Color convert

RGB 151 3 103 -
CMYK 0 0.98 0.32 0.41
HSL 319.46º 0.96% 0.3% -
HSV(B) 319.46º 0.98% 0.59% -
XYZ 15.24 7.62 13.5 -
YUV 58.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 151 3 103 0 0.98 0.32 0.41 319.46 0.96 0.3
Hex 97 3 67 0 62 20 29 13F 60 1E
Octal 227 3 147 0 142 40 51 477 140 36
Binary 10010111 11 1100111 0 1100010 100000 101001 100111111 1100000 11110

Color Harmonies of #970367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970367

Black with #970367

Text Example


Text Example

White with #970367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970367; }

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

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

background-color css

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

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

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

border-color css

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

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

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