Html Css Color HEX #970565 Eggplant

📋 copy color: '#970565'

red 151 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #970565

Tints of Eggplant #970565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 58.75%
G = 1.95%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#970565 (or 0x970565) is known color: Eggplant. HEX triplet: 97, 05 and 65. RGB value is (151,5,101). Sum of RGB (Red+Green+Blue) = 151+5+101=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970565 is #68FA9A. Grayscale: #3B3B3B. Windows color (decimal): -6879899 or 6620567. OLE color: 6620567.

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

Color convert

RGB 151 5 101 -
CMYK 0 0.97 0.33 0.41
HSL 320.55º 0.94% 0.31% -
HSV(B) 320.55º 0.97% 0.59% -
XYZ 15.17 7.63 12.98 -
YUV 59.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 151 5 101 0 0.97 0.33 0.41 320.55 0.94 0.31
Hex 97 5 65 0 61 21 29 141 5E 1F
Octal 227 5 145 0 141 41 51 501 136 37
Binary 10010111 101 1100101 0 1100001 100001 101001 101000001 1011110 11111

Color Harmonies of #970565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970565

Black with #970565

Text Example


Text Example

White with #970565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970565; }

 p { color: rgb(151,5,101); }

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

background-color css

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

 a { background-color: rgb(151,5,101); }

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

border-color css

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

 span { border-color: rgb(151,5,101); }

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