Html Css Color HEX #60315D Palatinate Purple

📋 copy color: '#60315D'

red 96 ◦ green 49 ◦ blue 93

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

Shades of Palatinate Purple #60315D

Tints of Palatinate Purple #60315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 40.34%
G = 20.59%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60315D (or 0x60315D) is known color: Palatinate Purple. HEX triplet: 60, 31 and 5D. RGB value is (96,49,93). Sum of RGB (Red+Green+Blue) = 96+49+93=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60315D is #9FCEA2. Grayscale: #434343. Windows color (decimal): -10473123 or 6107488. OLE color: 6107488.

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

Color convert

RGB 96 49 93 -
CMYK 0 0.49 0.03 0.62
HSL 303.83º 0.32% 0.28% -
HSV(B) 303.83º 0.49% 0.38% -
XYZ 7.9 5.47 11 -
YUV 68.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 96 49 93 0 0.49 0.03 0.62 303.83 0.32 0.28
Hex 60 31 5D 0 31 3 3E 130 20 1C
Octal 140 61 135 0 61 3 76 460 40 34
Binary 1100000 110001 1011101 0 110001 11 111110 100110000 100000 11100

Color Harmonies of #60315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60315D

Black with #60315D

Text Example


Text Example

White with #60315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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