Html Css Color HEX #993479 Dark Purple

📋 copy color: '#993479'

red 153 ◦ green 52 ◦ blue 121

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

Shades of Dark Purple #993479

Tints of Dark Purple #993479

RGB

 RED value IS 153 (60.16% from 255) = 46.93%

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 46.93%
G = 15.95%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#993479 (or 0x993479) is known color: Dark Purple. HEX triplet: 99, 34 and 79. RGB value is (153,52,121). Sum of RGB (Red+Green+Blue) = 153+52+121=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #993479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993479 is #66CB86. Grayscale: #595959. Windows color (decimal): -6736775 or 7943321. OLE color: 7943321.

HSL color Cylindrical-coordinate representation of color #993479: hue angle of 319.01º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993479 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 121 -
CMYK 0 0.66 0.21 0.4
HSL 319.01º 0.49% 0.4% -
HSV(B) 319.01º 0.66% 0.6% -
XYZ 17.82 10.61 19.2 -
YUV 90.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 153 52 121 0 0.66 0.21 0.4 319.01 0.49 0.4
Hex 99 34 79 0 42 15 28 13F 31 28
Octal 231 64 171 0 102 25 50 477 61 50
Binary 10011001 110100 1111001 0 1000010 10101 101000 100111111 110001 101000

Color Harmonies of #993479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993479

Black with #993479

Text Example


Text Example

White with #993479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993479; }

 p { color: rgb(153,52,121); }

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

background-color css

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

 a { background-color: rgb(153,52,121); }

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

border-color css

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

 span { border-color: rgb(153,52,121); }

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