Html Css Color HEX #963274 Dark Purple

📋 copy color: '#963274'

red 150 ◦ green 50 ◦ blue 116

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

Shades of Dark Purple #963274

Tints of Dark Purple #963274

RGB

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

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

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

R = 47.47%
G = 15.82%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963274 (or 0x963274) is known color: Dark Purple. HEX triplet: 96, 32 and 74. RGB value is (150,50,116). Sum of RGB (Red+Green+Blue) = 150+50+116=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963274 is #69CD8B. Grayscale: #575757. Windows color (decimal): -6933900 or 7615126. OLE color: 7615126.

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

Color convert

RGB 150 50 116 -
CMYK 0 0.67 0.23 0.41
HSL 320.4º 0.5% 0.39% -
HSV(B) 320.4º 0.67% 0.59% -
XYZ 16.87 10.03 17.57 -
YUV 87.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 150 50 116 0 0.67 0.23 0.41 320.4 0.5 0.39
Hex 96 32 74 0 43 17 29 140 32 27
Octal 226 62 164 0 103 27 51 500 62 47
Binary 10010110 110010 1110100 0 1000011 10111 101001 101000000 110010 100111

Color Harmonies of #963274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963274

Black with #963274

Text Example


Text Example

White with #963274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963274; }

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

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

background-color css

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

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

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

border-color css

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

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

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