Html Css Color HEX #97207F Dark Purple

📋 copy color: '#97207F'

red 151 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #97207F

Tints of Dark Purple #97207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 48.71%
G = 10.32%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97207F (or 0x97207F) is known color: Dark Purple. HEX triplet: 97, 20 and 7F. RGB value is (151,32,127). Sum of RGB (Red+Green+Blue) = 151+32+127=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207F is #68DF80. Grayscale: #4E4E4E. Windows color (decimal): -6872961 or 8331415. OLE color: 8331415.

HSL color Cylindrical-coordinate representation of color #97207F: hue angle of 312.1º 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 #97207F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 127 -
CMYK 0 0.79 0.16 0.41
HSL 312.1º 0.65% 0.36% -
HSV(B) 312.1º 0.79% 0.59% -
XYZ 17.11 9.14 20.94 -
YUV 78.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 151 32 127 0 0.79 0.16 0.41 312.1 0.65 0.36
Hex 97 20 7F 0 4F 10 29 138 41 24
Octal 227 40 177 0 117 20 51 470 101 44
Binary 10010111 100000 1111111 0 1001111 10000 101001 100111000 1000001 100100

Color Harmonies of #97207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97207F

Black with #97207F

Text Example


Text Example

White with #97207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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