Html Css Color HEX #600B68 Palatinate Purple

📋 copy color: '#600B68'

red 96 ◦ green 11 ◦ blue 104

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

Shades of Palatinate Purple #600B68

Tints of Palatinate Purple #600B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 45.5%
G = 5.21%
B = 49.29%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600B68 (or 0x600B68) is known color: Palatinate Purple. HEX triplet: 60, 0B and 68. RGB value is (96,11,104). Sum of RGB (Red+Green+Blue) = 96+11+104=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #600B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B68 is #9FF497. Grayscale: #2E2E2E. Windows color (decimal): -10482840 or 6818656. OLE color: 6818656.

HSL color Cylindrical-coordinate representation of color #600B68: hue angle of 294.84º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B68 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 11 104 -
CMYK 0.08 0.89 0 0.59
HSL 294.84º 0.81% 0.23% -
HSV(B) 294.84º 0.89% 0.41% -
XYZ 7.44 3.73 13.42 -
YUV 47.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 96 11 104 0.08 0.89 0 0.59 294.84 0.81 0.23
Hex 60 B 68 8 59 0 3B 127 51 17
Octal 140 13 150 10 131 0 73 447 121 27
Binary 1100000 1011 1101000 1000 1011001 0 111011 100100111 1010001 10111

Color Harmonies of #600B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B68

Black with #600B68

Text Example


Text Example

White with #600B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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