Html Css Color HEX #60155C Palatinate Purple

📋 copy color: '#60155C'

red 96 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #60155C

Tints of Palatinate Purple #60155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 45.93%
G = 10.05%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60155C (or 0x60155C) is known color: Palatinate Purple. HEX triplet: 60, 15 and 5C. RGB value is (96,21,92). Sum of RGB (Red+Green+Blue) = 96+21+92=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155C is #9FEAA3. Grayscale: #333333. Windows color (decimal): -10480292 or 6034784. OLE color: 6034784.

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

Color convert

RGB 96 21 92 -
CMYK 0 0.78 0.04 0.62
HSL 303.2º 0.64% 0.23% -
HSV(B) 303.2º 0.78% 0.38% -
XYZ 7.02 3.8 10.49 -
YUV 51.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 96 21 92 0 0.78 0.04 0.62 303.2 0.64 0.23
Hex 60 15 5C 0 4E 4 3E 12F 40 17
Octal 140 25 134 0 116 4 76 457 100 27
Binary 1100000 10101 1011100 0 1001110 100 111110 100101111 1000000 10111

Color Harmonies of #60155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60155C

Black with #60155C

Text Example


Text Example

White with #60155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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