Html Css Color HEX #933370 Dark Purple

📋 copy color: '#933370'

red 147 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #933370

Tints of Dark Purple #933370

RGB

 RED value IS 147 (57.81% from 255) = 47.42%

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 47.42%
G = 16.45%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#933370 (or 0x933370) is known color: Dark Purple. HEX triplet: 93, 33 and 70. RGB value is (147,51,112). Sum of RGB (Red+Green+Blue) = 147+51+112=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #933370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933370 is #6CCC8F. Grayscale: #565656. Windows color (decimal): -7130256 or 7353235. OLE color: 7353235.

HSL color Cylindrical-coordinate representation of color #933370: hue angle of 321.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933370 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 51 112 -
CMYK 0 0.65 0.24 0.42
HSL 321.88º 0.48% 0.39% -
HSV(B) 321.88º 0.65% 0.58% -
XYZ 16.14 9.74 16.36 -
YUV 86.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 147 51 112 0 0.65 0.24 0.42 321.88 0.48 0.39
Hex 93 33 70 0 41 18 2A 142 30 27
Octal 223 63 160 0 101 30 52 502 60 47
Binary 10010011 110011 1110000 0 1000001 11000 101010 101000010 110000 100111

Color Harmonies of #933370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933370

Black with #933370

Text Example


Text Example

White with #933370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933370; }

 p { color: rgb(147,51,112); }

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

background-color css

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

 a { background-color: rgb(147,51,112); }

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

border-color css

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

 span { border-color: rgb(147,51,112); }

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