Html Css Color HEX #962978 Dark Purple

📋 copy color: '#962978'

red 150 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #962978

Tints of Dark Purple #962978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 48.23%
G = 13.18%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#962978 (or 0x962978) is known color: Dark Purple. HEX triplet: 96, 29 and 78. RGB value is (150,41,120). Sum of RGB (Red+Green+Blue) = 150+41+120=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #962978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962978 is #69D687. Grayscale: #525252. Windows color (decimal): -6936200 or 7874966. OLE color: 7874966.

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

Color convert

RGB 150 41 120 -
CMYK 0 0.73 0.20 0.41
HSL 316.51º 0.57% 0.37% -
HSV(B) 316.51º 0.73% 0.59% -
XYZ 16.76 9.43 18.71 -
YUV 82.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 150 41 120 0 0.73 0.20 0.41 316.51 0.57 0.37
Hex 96 29 78 0 49 14 29 13D 39 25
Octal 226 51 170 0 111 24 51 475 71 45
Binary 10010110 101001 1111000 0 1001001 10100 101001 100111101 111001 100101

Color Harmonies of #962978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962978

Black with #962978

Text Example


Text Example

White with #962978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962978; }

 p { color: rgb(150,41,120); }

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

background-color css

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

 a { background-color: rgb(150,41,120); }

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

border-color css

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

 span { border-color: rgb(150,41,120); }

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