Html Css Color HEX #932073 Dark Purple

📋 copy color: '#932073'

red 147 ◦ green 32 ◦ blue 115

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

Shades of Dark Purple #932073

Tints of Dark Purple #932073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 50%
G = 10.88%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#932073 (or 0x932073) is known color: Dark Purple. HEX triplet: 93, 20 and 73. RGB value is (147,32,115). Sum of RGB (Red+Green+Blue) = 147+32+115=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #932073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932073 is #6CDF8C. Grayscale: #4B4B4B. Windows color (decimal): -7135117 or 7544979. OLE color: 7544979.

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

Color convert

RGB 147 32 115 -
CMYK 0 0.78 0.22 0.42
HSL 316.7º 0.64% 0.35% -
HSV(B) 316.7º 0.78% 0.58% -
XYZ 15.64 8.47 17.03 -
YUV 75.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 147 32 115 0 0.78 0.22 0.42 316.7 0.64 0.35
Hex 93 20 73 0 4E 16 2A 13D 40 23
Octal 223 40 163 0 116 26 52 475 100 43
Binary 10010011 100000 1110011 0 1001110 10110 101010 100111101 1000000 100011

Color Harmonies of #932073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932073

Black with #932073

Text Example


Text Example

White with #932073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932073; }

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

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

background-color css

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

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

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

border-color css

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

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

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