Html Css Color HEX #60155D Palatinate Purple

📋 copy color: '#60155D'

red 96 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #60155D

Tints of Palatinate Purple #60155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 45.71%
G = 10%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60155D (or 0x60155D) is known color: Palatinate Purple. HEX triplet: 60, 15 and 5D. RGB value is (96,21,93). Sum of RGB (Red+Green+Blue) = 96+21+93=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155D is #9FEAA2. Grayscale: #333333. Windows color (decimal): -10480291 or 6100320. OLE color: 6100320.

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

Color convert

RGB 96 21 93 -
CMYK 0 0.78 0.03 0.62
HSL 302.4º 0.64% 0.23% -
HSV(B) 302.4º 0.78% 0.38% -
XYZ 7.07 3.81 10.72 -
YUV 51.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 96 21 93 0 0.78 0.03 0.62 302.4 0.64 0.23
Hex 60 15 5D 0 4E 3 3E 12E 40 17
Octal 140 25 135 0 116 3 76 456 100 27
Binary 1100000 10101 1011101 0 1001110 11 111110 100101110 1000000 10111

Color Harmonies of #60155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60155D

Black with #60155D

Text Example


Text Example

White with #60155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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