Html Css Color HEX #943370 Dark Purple

📋 copy color: '#943370'

red 148 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #943370

Tints of Dark Purple #943370

RGB

 RED value IS 148 (58.2% from 255) = 47.59%

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

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

R = 47.59%
G = 16.4%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#943370 (or 0x943370) is known color: Dark Purple. HEX triplet: 94, 33 and 70. RGB value is (148,51,112). Sum of RGB (Red+Green+Blue) = 148+51+112=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #943370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943370 is #6BCC8F. Grayscale: #565656. Windows color (decimal): -7064720 or 7353236. OLE color: 7353236.

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

Color convert

RGB 148 51 112 -
CMYK 0 0.66 0.24 0.42
HSL 322.27º 0.49% 0.39% -
HSV(B) 322.27º 0.66% 0.58% -
XYZ 16.32 9.83 16.37 -
YUV 86.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 148 51 112 0 0.66 0.24 0.42 322.27 0.49 0.39
Hex 94 33 70 0 42 18 2A 142 31 27
Octal 224 63 160 0 102 30 52 502 61 47
Binary 10010100 110011 1110000 0 1000010 11000 101010 101000010 110001 100111

Color Harmonies of #943370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943370

Black with #943370

Text Example


Text Example

White with #943370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943370; }

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

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

background-color css

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

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

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

border-color css

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

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

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