Html Css Color HEX #60135F Palatinate Purple

📋 copy color: '#60135F'

red 96 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #60135F

Tints of Palatinate Purple #60135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 45.71%
G = 9.05%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60135F (or 0x60135F) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5F. RGB value is (96,19,95). Sum of RGB (Red+Green+Blue) = 96+19+95=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135F is #9FECA0. Grayscale: #323232. Windows color (decimal): -10480801 or 6230880. OLE color: 6230880.

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

Color convert

RGB 96 19 95 -
CMYK 0 0.80 0.01 0.62
HSL 300.78º 0.67% 0.23% -
HSV(B) 300.78º 0.8% 0.38% -
XYZ 7.12 3.78 11.18 -
YUV 50.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 96 19 95 0 0.80 0.01 0.62 300.78 0.67 0.23
Hex 60 13 5F 0 50 1 3E 12D 43 17
Octal 140 23 137 0 120 1 76 455 103 27
Binary 1100000 10011 1011111 0 1010000 1 111110 100101101 1000011 10111

Color Harmonies of #60135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60135F

Black with #60135F

Text Example


Text Example

White with #60135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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