Html Css Color HEX #600B6C Palatinate Purple

📋 copy color: '#600B6C'

red 96 ◦ green 11 ◦ blue 108

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

Shades of Palatinate Purple #600B6C

Tints of Palatinate Purple #600B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 44.65%
G = 5.12%
B = 50.23%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#600B6C (or 0x600B6C) is known color: Palatinate Purple. HEX triplet: 60, 0B and 6C. RGB value is (96,11,108). Sum of RGB (Red+Green+Blue) = 96+11+108=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #600B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B6C is #9FF493. Grayscale: #2F2F2F. Windows color (decimal): -10482836 or 7080800. OLE color: 7080800.

HSL color Cylindrical-coordinate representation of color #600B6C: hue angle of 292.58º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600B6C is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 11 108 -
CMYK 0.11 0.90 0 0.58
HSL 292.58º 0.82% 0.23% -
HSV(B) 292.58º 0.9% 0.42% -
XYZ 7.65 3.81 14.52 -
YUV 47.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 96 11 108 0.11 0.90 0 0.58 292.58 0.82 0.23
Hex 60 B 6C B 5A 0 3A 125 52 17
Octal 140 13 154 13 132 0 72 445 122 27
Binary 1100000 1011 1101100 1011 1011010 0 111010 100100101 1010010 10111

Color Harmonies of #600B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B6C

Black with #600B6C

Text Example


Text Example

White with #600B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600B6C; }

 p { color: rgb(96,11,108); }

 H1.HeaderClassName
 {
   color: #600B6C;
 }
 .AnyTagClassName
 {
   color: #600B6C;
 }
</style>

background-color css

<style>
 a { background-color: #600B6C; }

 a { background-color: rgb(96,11,108); }

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

border-color css

<style>
 span { border-color: #600B6C; }

 span { border-color: rgb(96,11,108); }

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