Html Css Color HEX #943372 Dark Purple

📋 copy color: '#943372'

red 148 ◦ green 51 ◦ blue 114

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

Shades of Dark Purple #943372

Tints of Dark Purple #943372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 47.28%
G = 16.29%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#943372 (or 0x943372) is known color: Dark Purple. HEX triplet: 94, 33 and 72. RGB value is (148,51,114). Sum of RGB (Red+Green+Blue) = 148+51+114=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #943372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943372 is #6BCC8D. Grayscale: #575757. Windows color (decimal): -7064718 or 7484308. OLE color: 7484308.

HSL color Cylindrical-coordinate representation of color #943372: hue angle of 321.03º 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 #943372 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 114 -
CMYK 0 0.66 0.23 0.42
HSL 321.03º 0.49% 0.39% -
HSV(B) 321.03º 0.66% 0.58% -
XYZ 16.43 9.88 16.96 -
YUV 87.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 148 51 114 0 0.66 0.23 0.42 321.03 0.49 0.39
Hex 94 33 72 0 42 17 2A 141 31 27
Octal 224 63 162 0 102 27 52 501 61 47
Binary 10010100 110011 1110010 0 1000010 10111 101010 101000001 110001 100111

Color Harmonies of #943372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943372

Black with #943372

Text Example


Text Example

White with #943372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943372; }

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

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

background-color css

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

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

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

border-color css

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

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

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