Html Css Color HEX #97307C Dark Purple

📋 copy color: '#97307C'

red 151 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #97307C

Tints of Dark Purple #97307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 46.75%
G = 14.86%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97307C (or 0x97307C) is known color: Dark Purple. HEX triplet: 97, 30 and 7C. RGB value is (151,48,124). Sum of RGB (Red+Green+Blue) = 151+48+124=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97307C is #68CF83. Grayscale: #575757. Windows color (decimal): -6868868 or 8138903. OLE color: 8138903.

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

Color convert

RGB 151 48 124 -
CMYK 0 0.68 0.18 0.41
HSL 315.73º 0.52% 0.39% -
HSV(B) 315.73º 0.68% 0.59% -
XYZ 17.46 10.15 20.11 -
YUV 87.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 151 48 124 0 0.68 0.18 0.41 315.73 0.52 0.39
Hex 97 30 7C 0 44 12 29 13C 34 27
Octal 227 60 174 0 104 22 51 474 64 47
Binary 10010111 110000 1111100 0 1000100 10010 101001 100111100 110100 100111

Color Harmonies of #97307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97307C

Black with #97307C

Text Example


Text Example

White with #97307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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