Html Css Color HEX #932071 Dark Purple

📋 copy color: '#932071'

red 147 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #932071

Tints of Dark Purple #932071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 50.34%
G = 10.96%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#932071 (or 0x932071) is known color: Dark Purple. HEX triplet: 93, 20 and 71. RGB value is (147,32,113). Sum of RGB (Red+Green+Blue) = 147+32+113=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #932071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932071 is #6CDF8E. Grayscale: #4B4B4B. Windows color (decimal): -7135119 or 7413907. OLE color: 7413907.

HSL color Cylindrical-coordinate representation of color #932071: hue angle of 317.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932071 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 113 -
CMYK 0 0.78 0.23 0.42
HSL 317.74º 0.64% 0.35% -
HSV(B) 317.74º 0.78% 0.58% -
XYZ 15.53 8.43 16.43 -
YUV 75.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 147 32 113 0 0.78 0.23 0.42 317.74 0.64 0.35
Hex 93 20 71 0 4E 17 2A 13E 40 23
Octal 223 40 161 0 116 27 52 476 100 43
Binary 10010011 100000 1110001 0 1001110 10111 101010 100111110 1000000 100011

Color Harmonies of #932071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932071

Black with #932071

Text Example


Text Example

White with #932071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932071; }

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

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

background-color css

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

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

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

border-color css

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

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

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