Html Css Color HEX #963774 Dark Purple

📋 copy color: '#963774'

red 150 ◦ green 55 ◦ blue 116

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

Shades of Dark Purple #963774

Tints of Dark Purple #963774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 46.73%
G = 17.13%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963774 (or 0x963774) is known color: Dark Purple. HEX triplet: 96, 37 and 74. RGB value is (150,55,116). Sum of RGB (Red+Green+Blue) = 150+55+116=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #963774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963774 is #69C88B. Grayscale: #5A5A5A. Windows color (decimal): -6932620 or 7616406. OLE color: 7616406.

HSL color Cylindrical-coordinate representation of color #963774: hue angle of 321.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963774 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 116 -
CMYK 0 0.63 0.23 0.41
HSL 321.47º 0.46% 0.4% -
HSV(B) 321.47º 0.63% 0.59% -
XYZ 17.1 10.48 17.64 -
YUV 90.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 150 55 116 0 0.63 0.23 0.41 321.47 0.46 0.4
Hex 96 37 74 0 3F 17 29 141 2E 28
Octal 226 67 164 0 77 27 51 501 56 50
Binary 10010110 110111 1110100 0 111111 10111 101001 101000001 101110 101000

Color Harmonies of #963774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963774

Black with #963774

Text Example


Text Example

White with #963774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963774; }

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

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

background-color css

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

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

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

border-color css

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

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

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