Html Css Color HEX #60315B Palatinate Purple

📋 copy color: '#60315B'

red 96 ◦ green 49 ◦ blue 91

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

Shades of Palatinate Purple #60315B

Tints of Palatinate Purple #60315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 40.68%
G = 20.76%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60315B (or 0x60315B) is known color: Palatinate Purple. HEX triplet: 60, 31 and 5B. RGB value is (96,49,91). Sum of RGB (Red+Green+Blue) = 96+49+91=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60315B is #9FCEA4. Grayscale: #434343. Windows color (decimal): -10473125 or 5976416. OLE color: 5976416.

HSL color Cylindrical-coordinate representation of color #60315B: hue angle of 306.38º 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 #60315B is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 49 91 -
CMYK 0 0.49 0.05 0.62
HSL 306.38º 0.32% 0.28% -
HSV(B) 306.38º 0.49% 0.38% -
XYZ 7.81 5.44 10.54 -
YUV 67.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 96 49 91 0 0.49 0.05 0.62 306.38 0.32 0.28
Hex 60 31 5B 0 31 5 3E 132 20 1C
Octal 140 61 133 0 61 5 76 462 40 34
Binary 1100000 110001 1011011 0 110001 101 111110 100110010 100000 11100

Color Harmonies of #60315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60315B

Black with #60315B

Text Example


Text Example

White with #60315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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