Html Css Color HEX #962D73 Dark Purple

📋 copy color: '#962D73'

red 150 ◦ green 45 ◦ blue 115

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

Shades of Dark Purple #962D73

Tints of Dark Purple #962D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 48.39%
G = 14.52%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962D73 (or 0x962D73) is known color: Dark Purple. HEX triplet: 96, 2D and 73. RGB value is (150,45,115). Sum of RGB (Red+Green+Blue) = 150+45+115=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D73 is #69D28C. Grayscale: #545454. Windows color (decimal): -6935181 or 7548310. OLE color: 7548310.

HSL color Cylindrical-coordinate representation of color #962D73: hue angle of 320º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D73 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 115 -
CMYK 0 0.70 0.23 0.41
HSL 320º 0.54% 0.38% -
HSV(B) 320º 0.7% 0.59% -
XYZ 16.61 9.6 17.2 -
YUV 84.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 150 45 115 0 0.70 0.23 0.41 320 0.54 0.38
Hex 96 2D 73 0 46 17 29 140 36 26
Octal 226 55 163 0 106 27 51 500 66 46
Binary 10010110 101101 1110011 0 1000110 10111 101001 101000000 110110 100110

Color Harmonies of #962D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D73

Black with #962D73

Text Example


Text Example

White with #962D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962D73; }

 p { color: rgb(150,45,115); }

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

background-color css

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

 a { background-color: rgb(150,45,115); }

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

border-color css

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

 span { border-color: rgb(150,45,115); }

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