#972681

Color #972681 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #972681

Tints of Dark Purple #972681

Color information

#972681 (or 0x972681) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 81. RGB value is (151,38,129). Sum of RGB (Red+Green+Blue) = 151+38+129=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #972681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972681 is #68D97E. Grayscale: #515151. Windows color (decimal): -6871423 or 8464023. OLE color: 8464023.

HSL color Cylindrical-coordinate representation of color #972681: hue angle of 311.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972681 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15138129-
CMYK00.750.150.41
HSL311.68º59.79%37.06%-
HSV(B)311.68º74.83%59.22%-
XYZ17.429.5521.69-
YUV82.16154.44177.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=47.48%
G=11.95%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513812900.750.150.41311.6859.7937.06
Hex97268104BF291383c25
Octal22746201011317514707445
Binary1001011110011010000001010010111111101001100111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972681; }

 p { color: rgb(151,38,129); }

 H1.HeaderClassName
 {
   color: #972681;
 }
 .AnyTagClassName
 {
   color: #972681;
 }
</style>
background-color css

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

 a { background-color: rgb(151,38,129); }

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

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

 span { border-color: rgb(151,38,129); }

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