Html Css Color HEX #60315E Palatinate Purple

📋 copy color: '#60315E'

red 96 ◦ green 49 ◦ blue 94

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

Shades of Palatinate Purple #60315E

Tints of Palatinate Purple #60315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 40.17%
G = 20.5%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60315E (or 0x60315E) is known color: Palatinate Purple. HEX triplet: 60, 31 and 5E. RGB value is (96,49,94). Sum of RGB (Red+Green+Blue) = 96+49+94=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60315E is #9FCEA1. Grayscale: #444444. Windows color (decimal): -10473122 or 6173024. OLE color: 6173024.

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

Color convert

RGB 96 49 94 -
CMYK 0 0.49 0.02 0.62
HSL 302.55º 0.32% 0.28% -
HSV(B) 302.55º 0.49% 0.38% -
XYZ 7.94 5.49 11.23 -
YUV 68.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 96 49 94 0 0.49 0.02 0.62 302.55 0.32 0.28
Hex 60 31 5E 0 31 2 3E 12F 20 1C
Octal 140 61 136 0 61 2 76 457 40 34
Binary 1100000 110001 1011110 0 110001 10 111110 100101111 100000 11100

Color Harmonies of #60315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60315E

Black with #60315E

Text Example


Text Example

White with #60315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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