Html Css Color HEX #60135E Palatinate Purple

📋 copy color: '#60135E'

red 96 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #60135E

Tints of Palatinate Purple #60135E

RGB

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

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

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

R = 45.93%
G = 9.09%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60135E (or 0x60135E) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5E. RGB value is (96,19,94). Sum of RGB (Red+Green+Blue) = 96+19+94=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135E is #9FECA1. Grayscale: #323232. Windows color (decimal): -10480802 or 6165344. OLE color: 6165344.

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

Color convert

RGB 96 19 94 -
CMYK 0 0.80 0.02 0.62
HSL 301.56º 0.67% 0.23% -
HSV(B) 301.56º 0.8% 0.38% -
XYZ 7.08 3.76 10.94 -
YUV 50.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 96 19 94 0 0.80 0.02 0.62 301.56 0.67 0.23
Hex 60 13 5E 0 50 2 3E 12E 43 17
Octal 140 23 136 0 120 2 76 456 103 27
Binary 1100000 10011 1011110 0 1010000 10 111110 100101110 1000011 10111

Color Harmonies of #60135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60135E

Black with #60135E

Text Example


Text Example

White with #60135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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