Html Css Color HEX #97207C Dark Purple

📋 copy color: '#97207C'

red 151 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #97207C

Tints of Dark Purple #97207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 49.19%
G = 10.42%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97207C (or 0x97207C) is known color: Dark Purple. HEX triplet: 97, 20 and 7C. RGB value is (151,32,124). Sum of RGB (Red+Green+Blue) = 151+32+124=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207C is #68DF83. Grayscale: #4D4D4D. Windows color (decimal): -6872964 or 8134807. OLE color: 8134807.

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

Color convert

RGB 151 32 124 -
CMYK 0 0.79 0.18 0.41
HSL 313.61º 0.65% 0.36% -
HSV(B) 313.61º 0.79% 0.59% -
XYZ 16.92 9.07 19.93 -
YUV 78.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 151 32 124 0 0.79 0.18 0.41 313.61 0.65 0.36
Hex 97 20 7C 0 4F 12 29 13A 41 24
Octal 227 40 174 0 117 22 51 472 101 44
Binary 10010111 100000 1111100 0 1001111 10010 101001 100111010 1000001 100100

Color Harmonies of #97207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97207C

Black with #97207C

Text Example


Text Example

White with #97207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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