Html Css Color HEX #963079 Dark Purple

📋 copy color: '#963079'

red 150 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #963079

Tints of Dark Purple #963079

RGB

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

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

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

R = 47.02%
G = 15.05%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#963079 (or 0x963079) is known color: Dark Purple. HEX triplet: 96, 30 and 79. RGB value is (150,48,121). Sum of RGB (Red+Green+Blue) = 150+48+121=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963079 is #69CF86. Grayscale: #565656. Windows color (decimal): -6934407 or 7942294. OLE color: 7942294.

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

Color convert

RGB 150 48 121 -
CMYK 0 0.68 0.19 0.41
HSL 317.06º 0.52% 0.39% -
HSV(B) 317.06º 0.68% 0.59% -
XYZ 17.09 9.98 19.11 -
YUV 86.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 150 48 121 0 0.68 0.19 0.41 317.06 0.52 0.39
Hex 96 30 79 0 44 13 29 13D 34 27
Octal 226 60 171 0 104 23 51 475 64 47
Binary 10010110 110000 1111001 0 1000100 10011 101001 100111101 110100 100111

Color Harmonies of #963079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963079

Black with #963079

Text Example


Text Example

White with #963079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963079; }

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

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

background-color css

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

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

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

border-color css

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

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

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