Html Css Color HEX #60135A Palatinate Purple

📋 copy color: '#60135A'

red 96 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #60135A

Tints of Palatinate Purple #60135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 46.83%
G = 9.27%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60135A (or 0x60135A) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5A. RGB value is (96,19,90). Sum of RGB (Red+Green+Blue) = 96+19+90=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135A is #9FECA5. Grayscale: #313131. Windows color (decimal): -10480806 or 5903200. OLE color: 5903200.

HSL color Cylindrical-coordinate representation of color #60135A: hue angle of 304.68º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60135A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 90 -
CMYK 0 0.80 0.06 0.62
HSL 304.68º 0.67% 0.23% -
HSV(B) 304.68º 0.8% 0.38% -
XYZ 6.9 3.69 10.02 -
YUV 50.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 96 19 90 0 0.80 0.06 0.62 304.68 0.67 0.23
Hex 60 13 5A 0 50 6 3E 131 43 17
Octal 140 23 132 0 120 6 76 461 103 27
Binary 1100000 10011 1011010 0 1010000 110 111110 100110001 1000011 10111

Color Harmonies of #60135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60135A

Black with #60135A

Text Example


Text Example

White with #60135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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