Html Css Color HEX #60155E Palatinate Purple

📋 copy color: '#60155E'

red 96 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #60155E

Tints of Palatinate Purple #60155E

RGB

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

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

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

R = 45.5%
G = 9.95%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60155E (or 0x60155E) is known color: Palatinate Purple. HEX triplet: 60, 15 and 5E. RGB value is (96,21,94). Sum of RGB (Red+Green+Blue) = 96+21+94=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155E is #9FEAA1. Grayscale: #333333. Windows color (decimal): -10480290 or 6165856. OLE color: 6165856.

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

Color convert

RGB 96 21 94 -
CMYK 0 0.78 0.02 0.62
HSL 301.6º 0.64% 0.23% -
HSV(B) 301.6º 0.78% 0.38% -
XYZ 7.11 3.83 10.95 -
YUV 51.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 96 21 94 0 0.78 0.02 0.62 301.6 0.64 0.23
Hex 60 15 5E 0 4E 2 3E 12E 40 17
Octal 140 25 136 0 116 2 76 456 100 27
Binary 1100000 10101 1011110 0 1001110 10 111110 100101110 1000000 10111

Color Harmonies of #60155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60155E

Black with #60155E

Text Example


Text Example

White with #60155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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