Html Css Color HEX #60395D Palatinate Purple

📋 copy color: '#60395D'

red 96 ◦ green 57 ◦ blue 93

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

Shades of Palatinate Purple #60395D

Tints of Palatinate Purple #60395D

RGB

 RED value IS 96 (37.89% from 255) = 39.02%

 GREEN value IS 57 (22.66% from 255) = 23.17%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 39.02%
G = 23.17%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60395D (or 0x60395D) is known color: Palatinate Purple. HEX triplet: 60, 39 and 5D. RGB value is (96,57,93). Sum of RGB (Red+Green+Blue) = 96+57+93=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #60395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60395D is #9FC6A2. Grayscale: #484848. Windows color (decimal): -10471075 or 6109536. OLE color: 6109536.

HSL color Cylindrical-coordinate representation of color #60395D: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60395D is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 93 -
CMYK 0 0.41 0.03 0.62
HSL 304.62º 0.25% 0.3% -
HSV(B) 304.62º 0.41% 0.38% -
XYZ 8.26 6.2 11.12 -
YUV 72.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 96 57 93 0 0.41 0.03 0.62 304.62 0.25 0.3
Hex 60 39 5D 0 29 3 3E 131 19 1E
Octal 140 71 135 0 51 3 76 461 31 36
Binary 1100000 111001 1011101 0 101001 11 111110 100110001 11001 11110

Color Harmonies of #60395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60395D

Black with #60395D

Text Example


Text Example

White with #60395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60395D; }

 p { color: rgb(96,57,93); }

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

background-color css

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

 a { background-color: rgb(96,57,93); }

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

border-color css

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

 span { border-color: rgb(96,57,93); }

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