Html Css Color HEX #963470 Dark Purple

📋 copy color: '#963470'

red 150 ◦ green 52 ◦ blue 112

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

Shades of Dark Purple #963470

Tints of Dark Purple #963470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 47.77%
G = 16.56%
B = 35.67%

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

#963470 (or 0x963470) is known color: Dark Purple. HEX triplet: 96, 34 and 70. RGB value is (150,52,112). Sum of RGB (Red+Green+Blue) = 150+52+112=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #963470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963470 is #69CB8F. Grayscale: #585858. Windows color (decimal): -6933392 or 7353494. OLE color: 7353494.

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

Color convert

RGB 150 52 112 -
CMYK 0 0.65 0.25 0.41
HSL 323.27º 0.49% 0.4% -
HSV(B) 323.27º 0.65% 0.59% -
XYZ 16.73 10.11 16.4 -
YUV 88.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 150 52 112 0 0.65 0.25 0.41 323.27 0.49 0.4
Hex 96 34 70 0 41 19 29 143 31 28
Octal 226 64 160 0 101 31 51 503 61 50
Binary 10010110 110100 1110000 0 1000001 11001 101001 101000011 110001 101000

Color Harmonies of #963470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963470

Black with #963470

Text Example


Text Example

White with #963470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963470; }

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

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

background-color css

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

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

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

border-color css

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

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

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