Html Css Color HEX #963579 Dark Purple

📋 copy color: '#963579'

red 150 ◦ green 53 ◦ blue 121

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

Shades of Dark Purple #963579

Tints of Dark Purple #963579

RGB

 RED value IS 150 (58.98% from 255) = 46.3%

 GREEN value IS 53 (21.09% from 255) = 16.36%

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

R = 46.3%
G = 16.36%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#963579 (or 0x963579) is known color: Dark Purple. HEX triplet: 96, 35 and 79. RGB value is (150,53,121). Sum of RGB (Red+Green+Blue) = 150+53+121=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #963579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963579 is #69CA86. Grayscale: #595959. Windows color (decimal): -6933127 or 7943574. OLE color: 7943574.

HSL color Cylindrical-coordinate representation of color #963579: hue angle of 317.94º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963579 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 121 -
CMYK 0 0.65 0.19 0.41
HSL 317.94º 0.48% 0.4% -
HSV(B) 317.94º 0.65% 0.59% -
XYZ 17.3 10.41 19.19 -
YUV 89.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 150 53 121 0 0.65 0.19 0.41 317.94 0.48 0.4
Hex 96 35 79 0 41 13 29 13E 30 28
Octal 226 65 171 0 101 23 51 476 60 50
Binary 10010110 110101 1111001 0 1000001 10011 101001 100111110 110000 101000

Color Harmonies of #963579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963579

Black with #963579

Text Example


Text Example

White with #963579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963579; }

 p { color: rgb(150,53,121); }

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

background-color css

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

 a { background-color: rgb(150,53,121); }

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

border-color css

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

 span { border-color: rgb(150,53,121); }

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