Html Css Color HEX #60375D Palatinate Purple

📋 copy color: '#60375D'

red 96 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #60375D

Tints of Palatinate Purple #60375D

RGB

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

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

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

R = 39.34%
G = 22.54%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60375D (or 0x60375D) is known color: Palatinate Purple. HEX triplet: 60, 37 and 5D. RGB value is (96,55,93). Sum of RGB (Red+Green+Blue) = 96+55+93=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375D is #9FC8A2. Grayscale: #474747. Windows color (decimal): -10471587 or 6109024. OLE color: 6109024.

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

Color convert

RGB 96 55 93 -
CMYK 0 0.43 0.03 0.62
HSL 304.39º 0.27% 0.3% -
HSV(B) 304.39º 0.43% 0.38% -
XYZ 8.17 6.01 11.09 -
YUV 71.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 96 55 93 0 0.43 0.03 0.62 304.39 0.27 0.3
Hex 60 37 5D 0 2B 3 3E 130 1B 1E
Octal 140 67 135 0 53 3 76 460 33 36
Binary 1100000 110111 1011101 0 101011 11 111110 100110000 11011 11110

Color Harmonies of #60375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60375D

Black with #60375D

Text Example


Text Example

White with #60375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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