Html Css Color HEX #60155A Palatinate Purple

📋 copy color: '#60155A'

red 96 ◦ green 21 ◦ blue 90

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

Shades of Palatinate Purple #60155A

Tints of Palatinate Purple #60155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 46.38%
G = 10.14%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60155A (or 0x60155A) is known color: Palatinate Purple. HEX triplet: 60, 15 and 5A. RGB value is (96,21,90). Sum of RGB (Red+Green+Blue) = 96+21+90=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60155A is #9FEAA5. Grayscale: #333333. Windows color (decimal): -10480294 or 5903712. OLE color: 5903712.

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

Color convert

RGB 96 21 90 -
CMYK 0 0.78 0.06 0.62
HSL 304.8º 0.64% 0.23% -
HSV(B) 304.8º 0.78% 0.38% -
XYZ 6.94 3.76 10.03 -
YUV 51.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 96 21 90 0 0.78 0.06 0.62 304.8 0.64 0.23
Hex 60 15 5A 0 4E 6 3E 131 40 17
Octal 140 25 132 0 116 6 76 461 100 27
Binary 1100000 10101 1011010 0 1001110 110 111110 100110001 1000000 10111

Color Harmonies of #60155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60155A

Black with #60155A

Text Example


Text Example

White with #60155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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