Html Css Color HEX #962074 Dark Purple

📋 copy color: '#962074'

red 150 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #962074

Tints of Dark Purple #962074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 50.34%
G = 10.74%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962074 (or 0x962074) is known color: Dark Purple. HEX triplet: 96, 20 and 74. RGB value is (150,32,116). Sum of RGB (Red+Green+Blue) = 150+32+116=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962074 is #69DF8B. Grayscale: #4C4C4C. Windows color (decimal): -6938508 or 7610518. OLE color: 7610518.

HSL color Cylindrical-coordinate representation of color #962074: hue angle of 317.29º 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 #962074 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 32 116 -
CMYK 0 0.79 0.23 0.41
HSL 317.29º 0.65% 0.36% -
HSV(B) 317.29º 0.79% 0.59% -
XYZ 16.25 8.78 17.36 -
YUV 76.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 150 32 116 0 0.79 0.23 0.41 317.29 0.65 0.36
Hex 96 20 74 0 4F 17 29 13D 41 24
Octal 226 40 164 0 117 27 51 475 101 44
Binary 10010110 100000 1110100 0 1001111 10111 101001 100111101 1000001 100100

Color Harmonies of #962074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962074

Black with #962074

Text Example


Text Example

White with #962074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962074; }

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

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

background-color css

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

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

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

border-color css

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

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

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