Html Css Color HEX #993070 Dark Purple

📋 copy color: '#993070'

red 153 ◦ green 48 ◦ blue 112

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

Shades of Dark Purple #993070

Tints of Dark Purple #993070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 48.88%
G = 15.34%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#993070 (or 0x993070) is known color: Dark Purple. HEX triplet: 99, 30 and 70. RGB value is (153,48,112). Sum of RGB (Red+Green+Blue) = 153+48+112=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993070 is #66CF8F. Grayscale: #565656. Windows color (decimal): -6737808 or 7352473. OLE color: 7352473.

HSL color Cylindrical-coordinate representation of color #993070: hue angle of 323.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993070 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 112 -
CMYK 0 0.69 0.27 0.4
HSL 323.43º 0.52% 0.39% -
HSV(B) 323.43º 0.69% 0.6% -
XYZ 17.12 10.06 16.37 -
YUV 86.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 153 48 112 0 0.69 0.27 0.4 323.43 0.52 0.39
Hex 99 30 70 0 45 1B 28 143 34 27
Octal 231 60 160 0 105 33 50 503 64 47
Binary 10011001 110000 1110000 0 1000101 11011 101000 101000011 110100 100111

Color Harmonies of #993070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993070

Black with #993070

Text Example


Text Example

White with #993070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993070; }

 p { color: rgb(153,48,112); }

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

background-color css

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

 a { background-color: rgb(153,48,112); }

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

border-color css

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

 span { border-color: rgb(153,48,112); }

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