Html Css Color HEX #60155F Palatinate Purple

📋 copy color: '#60155F'

red 96 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #60155F

Tints of Palatinate Purple #60155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 45.28%
G = 9.91%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60155F (or 0x60155F) is known color: Palatinate Purple. HEX triplet: 60, 15 and 5F. RGB value is (96,21,95). Sum of RGB (Red+Green+Blue) = 96+21+95=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155F is #9FEAA0. Grayscale: #333333. Windows color (decimal): -10480289 or 6231392. OLE color: 6231392.

HSL color Cylindrical-coordinate representation of color #60155F: hue angle of 300.8º 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 #60155F is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 95 -
CMYK 0 0.78 0.01 0.62
HSL 300.8º 0.64% 0.23% -
HSV(B) 300.8º 0.78% 0.38% -
XYZ 7.16 3.85 11.19 -
YUV 51.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 96 21 95 0 0.78 0.01 0.62 300.8 0.64 0.23
Hex 60 15 5F 0 4E 1 3E 12D 40 17
Octal 140 25 137 0 116 1 76 455 100 27
Binary 1100000 10101 1011111 0 1001110 1 111110 100101101 1000000 10111

Color Harmonies of #60155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60155F

Black with #60155F

Text Example


Text Example

White with #60155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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