Html Css Color HEX #60096B Palatinate Purple

📋 copy color: '#60096B'

red 96 ◦ green 9 ◦ blue 107

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

Shades of Palatinate Purple #60096B

Tints of Palatinate Purple #60096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 45.28%
G = 4.25%
B = 50.47%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60096B (or 0x60096B) is known color: Palatinate Purple. HEX triplet: 60, 09 and 6B. RGB value is (96,9,107). Sum of RGB (Red+Green+Blue) = 96+9+107=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #60096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60096B is #9FF694. Grayscale: #2D2D2D. Windows color (decimal): -10483349 or 7014752. OLE color: 7014752.

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

Color convert

RGB 96 9 107 -
CMYK 0.10 0.92 0 0.58
HSL 293.27º 0.84% 0.23% -
HSV(B) 293.27º 0.92% 0.42% -
XYZ 7.58 3.74 14.23 -
YUV 46.19 162.32 163.53 -
System Red Green Blue C M Y K H S L
Decimal 96 9 107 0.10 0.92 0 0.58 293.27 0.84 0.23
Hex 60 9 6B A 5C 0 3A 125 54 17
Octal 140 11 153 12 134 0 72 445 124 27
Binary 1100000 1001 1101011 1010 1011100 0 111010 100100101 1010100 10111

Color Harmonies of #60096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60096B

Black with #60096B

Text Example


Text Example

White with #60096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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