Html Css Color HEX #963474 Dark Purple

📋 copy color: '#963474'

red 150 ◦ green 52 ◦ blue 116

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

Shades of Dark Purple #963474

Tints of Dark Purple #963474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 47.17%
G = 16.35%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963474 (or 0x963474) is known color: Dark Purple. HEX triplet: 96, 34 and 74. RGB value is (150,52,116). Sum of RGB (Red+Green+Blue) = 150+52+116=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #963474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963474 is #69CB8B. Grayscale: #585858. Windows color (decimal): -6933388 or 7615638. OLE color: 7615638.

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

Color convert

RGB 150 52 116 -
CMYK 0 0.65 0.23 0.41
HSL 320.82º 0.49% 0.4% -
HSV(B) 320.82º 0.65% 0.59% -
XYZ 16.96 10.2 17.6 -
YUV 88.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 150 52 116 0 0.65 0.23 0.41 320.82 0.49 0.4
Hex 96 34 74 0 41 17 29 141 31 28
Octal 226 64 164 0 101 27 51 501 61 50
Binary 10010110 110100 1110100 0 1000001 10111 101001 101000001 110001 101000

Color Harmonies of #963474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963474

Black with #963474

Text Example


Text Example

White with #963474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963474; }

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

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

background-color css

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

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

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

border-color css

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

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

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