Html Css Color HEX #97207A Dark Purple

📋 copy color: '#97207A'

red 151 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #97207A

Tints of Dark Purple #97207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 122 (48.05% from 255) = 40%

R = 49.51%
G = 10.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97207A (or 0x97207A) is known color: Dark Purple. HEX triplet: 97, 20 and 7A. RGB value is (151,32,122). Sum of RGB (Red+Green+Blue) = 151+32+122=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #97207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207A is #68DF85. Grayscale: #4D4D4D. Windows color (decimal): -6872966 or 8003735. OLE color: 8003735.

HSL color Cylindrical-coordinate representation of color #97207A: hue angle of 314.62º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97207A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 122 -
CMYK 0 0.79 0.19 0.41
HSL 314.62º 0.65% 0.36% -
HSV(B) 314.62º 0.79% 0.59% -
XYZ 16.79 9.02 19.27 -
YUV 77.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 151 32 122 0 0.79 0.19 0.41 314.62 0.65 0.36
Hex 97 20 7A 0 4F 13 29 13B 41 24
Octal 227 40 172 0 117 23 51 473 101 44
Binary 10010111 100000 1111010 0 1001111 10011 101001 100111011 1000001 100100

Color Harmonies of #97207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97207A

Black with #97207A

Text Example


Text Example

White with #97207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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