Html Css Color HEX #970069 Eggplant

📋 copy color: '#970069'

red 151 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #970069

Tints of Eggplant #970069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.98%
G = 0%
B = 41.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#970069 (or 0x970069) is known color: Eggplant. HEX triplet: 97, 00 and 69. RGB value is (151,0,105). Sum of RGB (Red+Green+Blue) = 151+0+105=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970069 is #68FF96. Grayscale: #383838. Windows color (decimal): -6881175 or 6881431. OLE color: 6881431.

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

Color convert

RGB 151 0 105 -
CMYK 0 1 0.30 0.41
HSL 318.28º 1% 0.3% -
HSV(B) 318.28º 1% 0.59% -
XYZ 15.31 7.6 14.02 -
YUV 57.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 151 0 105 0 1 0.30 0.41 318.28 1 0.3
Hex 97 0 69 0 64 1E 29 13E 64 1E
Octal 227 0 151 0 144 36 51 476 144 36
Binary 10010111 0 1101001 0 1100100 11110 101001 100111110 1100100 11110

Color Harmonies of #970069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970069

Black with #970069

Text Example


Text Example

White with #970069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970069; }

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

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

background-color css

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

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

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

border-color css

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

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

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