Html Css Color HEX #963475 Dark Purple

📋 copy color: '#963475'

red 150 ◦ green 52 ◦ blue 117

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

Shades of Dark Purple #963475

Tints of Dark Purple #963475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 47.02%
G = 16.3%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#963475 (or 0x963475) is known color: Dark Purple. HEX triplet: 96, 34 and 75. RGB value is (150,52,117). Sum of RGB (Red+Green+Blue) = 150+52+117=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963475 is #69CB8A. Grayscale: #585858. Windows color (decimal): -6933387 or 7681174. OLE color: 7681174.

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

Color convert

RGB 150 52 117 -
CMYK 0 0.65 0.22 0.41
HSL 320.2º 0.49% 0.4% -
HSV(B) 320.2º 0.65% 0.59% -
XYZ 17.02 10.22 17.91 -
YUV 88.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 150 52 117 0 0.65 0.22 0.41 320.2 0.49 0.4
Hex 96 34 75 0 41 16 29 140 31 28
Octal 226 64 165 0 101 26 51 500 61 50
Binary 10010110 110100 1110101 0 1000001 10110 101001 101000000 110001 101000

Color Harmonies of #963475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963475

Black with #963475

Text Example


Text Example

White with #963475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963475; }

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

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

background-color css

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

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

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

border-color css

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

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

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