Html Css Color HEX #933271 Dark Purple

📋 copy color: '#933271'

red 147 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #933271

Tints of Dark Purple #933271

RGB

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

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

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

R = 47.42%
G = 16.13%
B = 36.45%

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

#933271 (or 0x933271) is known color: Dark Purple. HEX triplet: 93, 32 and 71. RGB value is (147,50,113). Sum of RGB (Red+Green+Blue) = 147+50+113=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #933271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933271 is #6CCD8E. Grayscale: #565656. Windows color (decimal): -7130511 or 7418515. OLE color: 7418515.

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

Color convert

RGB 147 50 113 -
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.15 9.68 16.64 -
YUV 86.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 147 50 113 0 0.66 0.23 0.42 321.03 0.49 0.39
Hex 93 32 71 0 42 17 2A 141 31 27
Octal 223 62 161 0 102 27 52 501 61 47
Binary 10010011 110010 1110001 0 1000010 10111 101010 101000001 110001 100111

Color Harmonies of #933271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933271

Black with #933271

Text Example


Text Example

White with #933271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933271; }

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

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

background-color css

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

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

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

border-color css

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

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

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