Html Css Color HEX #943271 Dark Purple

📋 copy color: '#943271'

red 148 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #943271

Tints of Dark Purple #943271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 47.59%
G = 16.08%
B = 36.33%

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

#943271 (or 0x943271) is known color: Dark Purple. HEX triplet: 94, 32 and 71. RGB value is (148,50,113). Sum of RGB (Red+Green+Blue) = 148+50+113=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #943271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943271 is #6BCD8E. Grayscale: #565656. Windows color (decimal): -7064975 or 7418516. OLE color: 7418516.

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

Color convert

RGB 148 50 113 -
CMYK 0 0.66 0.24 0.42
HSL 321.43º 0.49% 0.39% -
HSV(B) 321.43º 0.66% 0.58% -
XYZ 16.33 9.77 16.65 -
YUV 86.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 148 50 113 0 0.66 0.24 0.42 321.43 0.49 0.39
Hex 94 32 71 0 42 18 2A 141 31 27
Octal 224 62 161 0 102 30 52 501 61 47
Binary 10010100 110010 1110001 0 1000010 11000 101010 101000001 110001 100111

Color Harmonies of #943271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943271

Black with #943271

Text Example


Text Example

White with #943271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943271; }

 p { color: rgb(148,50,113); }

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

background-color css

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

 a { background-color: rgb(148,50,113); }

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

border-color css

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

 span { border-color: rgb(148,50,113); }

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