Html Css Color HEX #963271 Dark Purple

📋 copy color: '#963271'

red 150 ◦ green 50 ◦ blue 113

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

Shades of Dark Purple #963271

Tints of Dark Purple #963271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 47.92%
G = 15.97%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#963271 (or 0x963271) is known color: Dark Purple. HEX triplet: 96, 32 and 71. RGB value is (150,50,113). Sum of RGB (Red+Green+Blue) = 150+50+113=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #963271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963271 is #69CD8E. Grayscale: #565656. Windows color (decimal): -6933903 or 7418518. OLE color: 7418518.

HSL color Cylindrical-coordinate representation of color #963271: hue angle of 322.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963271 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 113 -
CMYK 0 0.67 0.25 0.41
HSL 322.2º 0.5% 0.39% -
HSV(B) 322.2º 0.67% 0.59% -
XYZ 16.7 9.96 16.66 -
YUV 87.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 150 50 113 0 0.67 0.25 0.41 322.2 0.5 0.39
Hex 96 32 71 0 43 19 29 142 32 27
Octal 226 62 161 0 103 31 51 502 62 47
Binary 10010110 110010 1110001 0 1000011 11001 101001 101000010 110010 100111

Color Harmonies of #963271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963271

Black with #963271

Text Example


Text Example

White with #963271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963271; }

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

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

background-color css

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

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

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

border-color css

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

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

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