Html Css Color HEX #962573 Dark Purple

📋 copy color: '#962573'

red 150 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #962573

Tints of Dark Purple #962573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

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

R = 49.67%
G = 12.25%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962573 (or 0x962573) is known color: Dark Purple. HEX triplet: 96, 25 and 73. RGB value is (150,37,115). Sum of RGB (Red+Green+Blue) = 150+37+115=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962573 is #69DA8C. Grayscale: #4F4F4F. Windows color (decimal): -6937229 or 7546262. OLE color: 7546262.

HSL color Cylindrical-coordinate representation of color #962573: hue angle of 318.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962573 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 115 -
CMYK 0 0.75 0.23 0.41
HSL 318.58º 0.6% 0.37% -
HSV(B) 318.58º 0.75% 0.59% -
XYZ 16.33 9.04 17.1 -
YUV 79.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 150 37 115 0 0.75 0.23 0.41 318.58 0.6 0.37
Hex 96 25 73 0 4B 17 29 13F 3C 25
Octal 226 45 163 0 113 27 51 477 74 45
Binary 10010110 100101 1110011 0 1001011 10111 101001 100111111 111100 100101

Color Harmonies of #962573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962573

Black with #962573

Text Example


Text Example

White with #962573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962573; }

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

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

background-color css

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

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

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

border-color css

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

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

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