Html Css Color HEX #963471 Dark Purple

📋 copy color: '#963471'

red 150 ◦ green 52 ◦ blue 113

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

Shades of Dark Purple #963471

Tints of Dark Purple #963471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 47.62%
G = 16.51%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#963471 (or 0x963471) is known color: Dark Purple. HEX triplet: 96, 34 and 71. RGB value is (150,52,113). Sum of RGB (Red+Green+Blue) = 150+52+113=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #963471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963471 is #69CB8E. Grayscale: #585858. Windows color (decimal): -6933391 or 7419030. OLE color: 7419030.

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

Color convert

RGB 150 52 113 -
CMYK 0 0.65 0.25 0.41
HSL 322.65º 0.49% 0.4% -
HSV(B) 322.65º 0.65% 0.59% -
XYZ 16.79 10.13 16.69 -
YUV 88.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 150 52 113 0 0.65 0.25 0.41 322.65 0.49 0.4
Hex 96 34 71 0 41 19 29 143 31 28
Octal 226 64 161 0 101 31 51 503 61 50
Binary 10010110 110100 1110001 0 1000001 11001 101001 101000011 110001 101000

Color Harmonies of #963471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963471

Black with #963471

Text Example


Text Example

White with #963471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963471; }

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

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

background-color css

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

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

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

border-color css

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

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

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