Html Css Color HEX #963378 Dark Purple

📋 copy color: '#963378'

red 150 ◦ green 51 ◦ blue 120

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

Shades of Dark Purple #963378

Tints of Dark Purple #963378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 46.73%
G = 15.89%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#963378 (or 0x963378) is known color: Dark Purple. HEX triplet: 96, 33 and 78. RGB value is (150,51,120). Sum of RGB (Red+Green+Blue) = 150+51+120=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #963378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963378 is #69CC87. Grayscale: #585858. Windows color (decimal): -6933640 or 7877526. OLE color: 7877526.

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

Color convert

RGB 150 51 120 -
CMYK 0 0.66 0.20 0.41
HSL 318.18º 0.49% 0.39% -
HSV(B) 318.18º 0.66% 0.59% -
XYZ 17.15 10.21 18.84 -
YUV 88.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 150 51 120 0 0.66 0.20 0.41 318.18 0.49 0.39
Hex 96 33 78 0 42 14 29 13E 31 27
Octal 226 63 170 0 102 24 51 476 61 47
Binary 10010110 110011 1111000 0 1000010 10100 101001 100111110 110001 100111

Color Harmonies of #963378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963378

Black with #963378

Text Example


Text Example

White with #963378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963378; }

 p { color: rgb(150,51,120); }

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

background-color css

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

 a { background-color: rgb(150,51,120); }

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

border-color css

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

 span { border-color: rgb(150,51,120); }

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