Html Css Color HEX #970257 Eggplant

📋 copy color: '#970257'

red 151 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #970257

Tints of Eggplant #970257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 62.92%
G = 0.83%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#970257 (or 0x970257) is known color: Eggplant. HEX triplet: 97, 02 and 57. RGB value is (151,2,87). Sum of RGB (Red+Green+Blue) = 151+2+87=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #970257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970257 is #68FDA8. Grayscale: #383838. Windows color (decimal): -6880681 or 5702295. OLE color: 5702295.

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

Color convert

RGB 151 2 87 -
CMYK 0 0.99 0.42 0.41
HSL 325.77º 0.97% 0.3% -
HSV(B) 325.77º 0.99% 0.59% -
XYZ 14.5 7.31 9.66 -
YUV 56.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 151 2 87 0 0.99 0.42 0.41 325.77 0.97 0.3
Hex 97 2 57 0 63 2A 29 146 61 1E
Octal 227 2 127 0 143 52 51 506 141 36
Binary 10010111 10 1010111 0 1100011 101010 101001 101000110 1100001 11110

Color Harmonies of #970257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970257

Black with #970257

Text Example


Text Example

White with #970257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970257; }

 p { color: rgb(151,2,87); }

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

background-color css

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

 a { background-color: rgb(151,2,87); }

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

border-color css

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

 span { border-color: rgb(151,2,87); }

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