Html Css Color HEX #970671 Eggplant

📋 copy color: '#970671'

red 151 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #970671

Tints of Eggplant #970671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 55.93%
G = 2.22%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970671 (or 0x970671) is known color: Eggplant. HEX triplet: 97, 06 and 71. RGB value is (151,6,113). Sum of RGB (Red+Green+Blue) = 151+6+113=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #970671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970671 is #68F98E. Grayscale: #3D3D3D. Windows color (decimal): -6879631 or 7407255. OLE color: 7407255.

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

Color convert

RGB 151 6 113 -
CMYK 0 0.96 0.25 0.41
HSL 315.72º 0.92% 0.31% -
HSV(B) 315.72º 0.96% 0.59% -
XYZ 15.81 7.9 16.31 -
YUV 61.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 151 6 113 0 0.96 0.25 0.41 315.72 0.92 0.31
Hex 97 6 71 0 60 19 29 13C 5C 1F
Octal 227 6 161 0 140 31 51 474 134 37
Binary 10010111 110 1110001 0 1100000 11001 101001 100111100 1011100 11111

Color Harmonies of #970671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970671

Black with #970671

Text Example


Text Example

White with #970671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970671; }

 p { color: rgb(151,6,113); }

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

background-color css

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

 a { background-color: rgb(151,6,113); }

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

border-color css

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

 span { border-color: rgb(151,6,113); }

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