Html Css Color HEX #963072 Dark Purple

📋 copy color: '#963072'

red 150 ◦ green 48 ◦ blue 114

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

Shades of Dark Purple #963072

Tints of Dark Purple #963072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 48.08%
G = 15.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#963072 (or 0x963072) is known color: Dark Purple. HEX triplet: 96, 30 and 72. RGB value is (150,48,114). Sum of RGB (Red+Green+Blue) = 150+48+114=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963072 is #69CF8D. Grayscale: #555555. Windows color (decimal): -6934414 or 7483542. OLE color: 7483542.

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

Color convert

RGB 150 48 114 -
CMYK 0 0.68 0.24 0.41
HSL 321.18º 0.52% 0.39% -
HSV(B) 321.18º 0.68% 0.59% -
XYZ 16.67 9.81 16.93 -
YUV 86.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 150 48 114 0 0.68 0.24 0.41 321.18 0.52 0.39
Hex 96 30 72 0 44 18 29 141 34 27
Octal 226 60 162 0 104 30 51 501 64 47
Binary 10010110 110000 1110010 0 1000100 11000 101001 101000001 110100 100111

Color Harmonies of #963072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963072

Black with #963072

Text Example


Text Example

White with #963072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963072; }

 p { color: rgb(150,48,114); }

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

background-color css

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

 a { background-color: rgb(150,48,114); }

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

border-color css

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

 span { border-color: rgb(150,48,114); }

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