Html Css Color HEX #60106B Palatinate Purple

📋 copy color: '#60106B'

red 96 ◦ green 16 ◦ blue 107

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

Shades of Palatinate Purple #60106B

Tints of Palatinate Purple #60106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 43.84%
G = 7.31%
B = 48.86%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60106B (or 0x60106B) is known color: Palatinate Purple. HEX triplet: 60, 10 and 6B. RGB value is (96,16,107). Sum of RGB (Red+Green+Blue) = 96+16+107=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #60106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60106B is #9FEF94. Grayscale: #323232. Windows color (decimal): -10481557 or 7016544. OLE color: 7016544.

HSL color Cylindrical-coordinate representation of color #60106B: hue angle of 292.75º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60106B is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 16 107 -
CMYK 0.10 0.85 0 0.58
HSL 292.75º 0.74% 0.24% -
HSV(B) 292.75º 0.85% 0.42% -
XYZ 7.66 3.92 14.26 -
YUV 50.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 96 16 107 0.10 0.85 0 0.58 292.75 0.74 0.24
Hex 60 10 6B A 55 0 3A 125 4A 18
Octal 140 20 153 12 125 0 72 445 112 30
Binary 1100000 10000 1101011 1010 1010101 0 111010 100100101 1001010 11000

Color Harmonies of #60106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60106B

Black with #60106B

Text Example


Text Example

White with #60106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,16,107); }

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

background-color css

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

 a { background-color: rgb(96,16,107); }

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

border-color css

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

 span { border-color: rgb(96,16,107); }

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