Html Css Color HEX #970569 Eggplant

📋 copy color: '#970569'

red 151 ◦ green 5 ◦ blue 105

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

Shades of Eggplant #970569

Tints of Eggplant #970569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.23%

R = 57.85%
G = 1.92%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#970569 (or 0x970569) is known color: Eggplant. HEX triplet: 97, 05 and 69. RGB value is (151,5,105). Sum of RGB (Red+Green+Blue) = 151+5+105=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #970569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970569 is #68FA96. Grayscale: #3B3B3B. Windows color (decimal): -6879895 or 6882711. OLE color: 6882711.

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

Color convert

RGB 151 5 105 -
CMYK 0 0.97 0.30 0.41
HSL 318.9º 0.94% 0.31% -
HSV(B) 318.9º 0.97% 0.59% -
XYZ 15.37 7.71 14.04 -
YUV 60.05 153.37 192.87 -
System Red Green Blue C M Y K H S L
Decimal 151 5 105 0 0.97 0.30 0.41 318.9 0.94 0.31
Hex 97 5 69 0 61 1E 29 13F 5E 1F
Octal 227 5 151 0 141 36 51 477 136 37
Binary 10010111 101 1101001 0 1100001 11110 101001 100111111 1011110 11111

Color Harmonies of #970569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970569

Black with #970569

Text Example


Text Example

White with #970569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970569; }

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

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

background-color css

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

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

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

border-color css

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

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

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