Html Css Color HEX #970369 Eggplant

📋 copy color: '#970369'

red 151 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #970369

Tints of Eggplant #970369

RGB

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

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

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

R = 58.3%
G = 1.16%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#970369 (or 0x970369) is known color: Eggplant. HEX triplet: 97, 03 and 69. RGB value is (151,3,105). Sum of RGB (Red+Green+Blue) = 151+3+105=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #970369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970369 is #68FC96. Grayscale: #3A3A3A. Windows color (decimal): -6880407 or 6882199. OLE color: 6882199.

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

Color convert

RGB 151 3 105 -
CMYK 0 0.98 0.30 0.41
HSL 318.65º 0.96% 0.3% -
HSV(B) 318.65º 0.98% 0.59% -
XYZ 15.34 7.66 14.04 -
YUV 58.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 151 3 105 0 0.98 0.30 0.41 318.65 0.96 0.3
Hex 97 3 69 0 62 1E 29 13F 60 1E
Octal 227 3 151 0 142 36 51 477 140 36
Binary 10010111 11 1101001 0 1100010 11110 101001 100111111 1100000 11110

Color Harmonies of #970369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970369

Black with #970369

Text Example


Text Example

White with #970369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970369; }

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

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

background-color css

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

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

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

border-color css

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

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

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