Html Css Color HEX #962372 Dark Purple

📋 copy color: '#962372'

red 150 ◦ green 35 ◦ blue 114

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

Shades of Dark Purple #962372

Tints of Dark Purple #962372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 50.17%
G = 11.71%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#962372 (or 0x962372) is known color: Dark Purple. HEX triplet: 96, 23 and 72. RGB value is (150,35,114). Sum of RGB (Red+Green+Blue) = 150+35+114=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #962372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962372 is #69DC8D. Grayscale: #4E4E4E. Windows color (decimal): -6937742 or 7480214. OLE color: 7480214.

HSL color Cylindrical-coordinate representation of color #962372: hue angle of 318.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962372 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 114 -
CMYK 0 0.77 0.24 0.41
HSL 318.78º 0.62% 0.36% -
HSV(B) 318.78º 0.77% 0.59% -
XYZ 16.22 8.9 16.78 -
YUV 78.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 150 35 114 0 0.77 0.24 0.41 318.78 0.62 0.36
Hex 96 23 72 0 4D 18 29 13F 3E 24
Octal 226 43 162 0 115 30 51 477 76 44
Binary 10010110 100011 1110010 0 1001101 11000 101001 100111111 111110 100100

Color Harmonies of #962372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962372

Black with #962372

Text Example


Text Example

White with #962372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962372; }

 p { color: rgb(150,35,114); }

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

background-color css

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

 a { background-color: rgb(150,35,114); }

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

border-color css

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

 span { border-color: rgb(150,35,114); }

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