Html Css Color HEX #60135B Palatinate Purple

📋 copy color: '#60135B'

red 96 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #60135B

Tints of Palatinate Purple #60135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.17%

R = 46.6%
G = 9.22%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60135B (or 0x60135B) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5B. RGB value is (96,19,91). Sum of RGB (Red+Green+Blue) = 96+19+91=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135B is #9FECA4. Grayscale: #323232. Windows color (decimal): -10480805 or 5968736. OLE color: 5968736.

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

Color convert

RGB 96 19 91 -
CMYK 0 0.80 0.05 0.62
HSL 303.9º 0.67% 0.23% -
HSV(B) 303.9º 0.8% 0.38% -
XYZ 6.95 3.71 10.25 -
YUV 50.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 96 19 91 0 0.80 0.05 0.62 303.9 0.67 0.23
Hex 60 13 5B 0 50 5 3E 130 43 17
Octal 140 23 133 0 120 5 76 460 103 27
Binary 1100000 10011 1011011 0 1010000 101 111110 100110000 1000011 10111

Color Harmonies of #60135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60135B

Black with #60135B

Text Example


Text Example

White with #60135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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