Html Css Color HEX #970068 Eggplant

📋 copy color: '#970068'

red 151 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #970068

Tints of Eggplant #970068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 59.22%
G = 0%
B = 40.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#970068 (or 0x970068) is known color: Eggplant. HEX triplet: 97, 00 and 68. RGB value is (151,0,104). Sum of RGB (Red+Green+Blue) = 151+0+104=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #970068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970068 is #68FF97. Grayscale: #383838. Windows color (decimal): -6881176 or 6815895. OLE color: 6815895.

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

Color convert

RGB 151 0 104 -
CMYK 0 1 0.31 0.41
HSL 318.68º 1% 0.3% -
HSV(B) 318.68º 1% 0.59% -
XYZ 15.26 7.58 13.76 -
YUV 57.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 151 0 104 0 1 0.31 0.41 318.68 1 0.3
Hex 97 0 68 0 64 1F 29 13F 64 1E
Octal 227 0 150 0 144 37 51 477 144 36
Binary 10010111 0 1101000 0 1100100 11111 101001 100111111 1100100 11110

Color Harmonies of #970068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970068

Black with #970068

Text Example


Text Example

White with #970068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970068; }

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

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

background-color css

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

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

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

border-color css

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

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

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