Html Css Color HEX #962078 Dark Purple

📋 copy color: '#962078'

red 150 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #962078

Tints of Dark Purple #962078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 49.67%
G = 10.6%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#962078 (or 0x962078) is known color: Dark Purple. HEX triplet: 96, 20 and 78. RGB value is (150,32,120). Sum of RGB (Red+Green+Blue) = 150+32+120=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962078 is #69DF87. Grayscale: #4D4D4D. Windows color (decimal): -6938504 or 7872662. OLE color: 7872662.

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

Color convert

RGB 150 32 120 -
CMYK 0 0.79 0.20 0.41
HSL 315.25º 0.65% 0.36% -
HSV(B) 315.25º 0.79% 0.59% -
XYZ 16.48 8.87 18.61 -
YUV 77.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 150 32 120 0 0.79 0.20 0.41 315.25 0.65 0.36
Hex 96 20 78 0 4F 14 29 13B 41 24
Octal 226 40 170 0 117 24 51 473 101 44
Binary 10010110 100000 1111000 0 1001111 10100 101001 100111011 1000001 100100

Color Harmonies of #962078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962078

Black with #962078

Text Example


Text Example

White with #962078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962078; }

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

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

background-color css

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

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

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

border-color css

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

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

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