Html Css Color HEX #970268 Eggplant

📋 copy color: '#970268'

red 151 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #970268

Tints of Eggplant #970268

RGB

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

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

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

R = 58.75%
G = 0.78%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#970268 (or 0x970268) is known color: Eggplant. HEX triplet: 97, 02 and 68. RGB value is (151,2,104). Sum of RGB (Red+Green+Blue) = 151+2+104=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970268 is #68FD97. Grayscale: #393939. Windows color (decimal): -6880664 or 6816407. OLE color: 6816407.

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

Color convert

RGB 151 2 104 -
CMYK 0 0.99 0.31 0.41
HSL 318.93º 0.97% 0.3% -
HSV(B) 318.93º 0.99% 0.59% -
XYZ 15.28 7.62 13.76 -
YUV 58.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 151 2 104 0 0.99 0.31 0.41 318.93 0.97 0.3
Hex 97 2 68 0 63 1F 29 13F 61 1E
Octal 227 2 150 0 143 37 51 477 141 36
Binary 10010111 10 1101000 0 1100011 11111 101001 100111111 1100001 11110

Color Harmonies of #970268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970268

Black with #970268

Text Example


Text Example

White with #970268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970268; }

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

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

background-color css

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

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

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

border-color css

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

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

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