#97257A

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

Shades of Dark Purple #97257A

Tints of Dark Purple #97257A

Color information

#97257A (or 0x97257A) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 7A. RGB value is (151,37,122). Sum of RGB (Red+Green+Blue) = 151+37+122=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97257A is #68DA85. Grayscale: #505050. Windows color (decimal): -6871686 or 8005015. OLE color: 8005015.

HSL color Cylindrical-coordinate representation of color #97257A: hue angle of 315.26º degrees, saturation: 0.61, 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 #97257A is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15137122-
CMYK00.750.190.41
HSL315.26º60.64%36.86%-
HSV(B)315.26º75.5%59.22%-
XYZ16.949.3119.32-
YUV80.78151.27178.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=48.71%
G=11.94%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513712200.750.190.41315.2660.6436.86
Hex97257A04B132913b3d25
Octal22745172011323514737545
Binary1001011110010111110100100101110011101001100111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97257A; }

 p { color: rgb(151,37,122); }

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

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

 a { background-color: rgb(151,37,122); }

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

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

 span { border-color: rgb(151,37,122); }

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