Html Css Color HEX #973373 Dark Purple

📋 copy color: '#973373'

red 151 ◦ green 51 ◦ blue 115

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

Shades of Dark Purple #973373

Tints of Dark Purple #973373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 47.63%
G = 16.09%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#973373 (or 0x973373) is known color: Dark Purple. HEX triplet: 97, 33 and 73. RGB value is (151,51,115). Sum of RGB (Red+Green+Blue) = 151+51+115=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973373 is #68CC8C. Grayscale: #585858. Windows color (decimal): -6868109 or 7549847. OLE color: 7549847.

HSL color Cylindrical-coordinate representation of color #973373: hue angle of 321.6º degrees, saturation: 0.5, 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 #973373 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 115 -
CMYK 0 0.66 0.24 0.41
HSL 321.6º 0.5% 0.4% -
HSV(B) 321.6º 0.66% 0.59% -
XYZ 17.04 10.18 17.29 -
YUV 88.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 151 51 115 0 0.66 0.24 0.41 321.6 0.5 0.4
Hex 97 33 73 0 42 18 29 142 32 28
Octal 227 63 163 0 102 30 51 502 62 50
Binary 10010111 110011 1110011 0 1000010 11000 101001 101000010 110010 101000

Color Harmonies of #973373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973373

Black with #973373

Text Example


Text Example

White with #973373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973373; }

 p { color: rgb(151,51,115); }

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

background-color css

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

 a { background-color: rgb(151,51,115); }

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

border-color css

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

 span { border-color: rgb(151,51,115); }

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