Html Css Color HEX #932479 Dark Purple

📋 copy color: '#932479'

red 147 ◦ green 36 ◦ blue 121

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

Shades of Dark Purple #932479

Tints of Dark Purple #932479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 48.36%
G = 11.84%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#932479 (or 0x932479) is known color: Dark Purple. HEX triplet: 93, 24 and 79. RGB value is (147,36,121). Sum of RGB (Red+Green+Blue) = 147+36+121=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #932479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932479 is #6CDB86. Grayscale: #4E4E4E. Windows color (decimal): -7134087 or 7939219. OLE color: 7939219.

HSL color Cylindrical-coordinate representation of color #932479: hue angle of 314.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932479 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 36 121 -
CMYK 0 0.76 0.18 0.42
HSL 314.05º 0.61% 0.36% -
HSV(B) 314.05º 0.76% 0.58% -
XYZ 16.11 8.85 18.95 -
YUV 78.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 147 36 121 0 0.76 0.18 0.42 314.05 0.61 0.36
Hex 93 24 79 0 4C 12 2A 13A 3D 24
Octal 223 44 171 0 114 22 52 472 75 44
Binary 10010011 100100 1111001 0 1001100 10010 101010 100111010 111101 100100

Color Harmonies of #932479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932479

Black with #932479

Text Example


Text Example

White with #932479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932479; }

 p { color: rgb(147,36,121); }

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

background-color css

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

 a { background-color: rgb(147,36,121); }

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

border-color css

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

 span { border-color: rgb(147,36,121); }

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