Html Css Color HEX #97347C Dark Purple

📋 copy color: '#97347C'

red 151 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #97347C

Tints of Dark Purple #97347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

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

R = 46.18%
G = 15.9%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97347C (or 0x97347C) is known color: Dark Purple. HEX triplet: 97, 34 and 7C. RGB value is (151,52,124). Sum of RGB (Red+Green+Blue) = 151+52+124=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97347C is #68CB83. Grayscale: #595959. Windows color (decimal): -6867844 or 8139927. OLE color: 8139927.

HSL color Cylindrical-coordinate representation of color #97347C: hue angle of 316.36º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97347C is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 52 124 -
CMYK 0 0.66 0.18 0.41
HSL 316.36º 0.49% 0.4% -
HSV(B) 316.36º 0.66% 0.59% -
XYZ 17.63 10.49 20.16 -
YUV 89.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 151 52 124 0 0.66 0.18 0.41 316.36 0.49 0.4
Hex 97 34 7C 0 42 12 29 13C 31 28
Octal 227 64 174 0 102 22 51 474 61 50
Binary 10010111 110100 1111100 0 1000010 10010 101001 100111100 110001 101000

Color Harmonies of #97347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97347C

Black with #97347C

Text Example


Text Example

White with #97347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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