Html Css Color HEX #600B66 Palatinate Purple

📋 copy color: '#600B66'

red 96 ◦ green 11 ◦ blue 102

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

Shades of Palatinate Purple #600B66

Tints of Palatinate Purple #600B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 45.93%
G = 5.26%
B = 48.8%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600B66 (or 0x600B66) is known color: Palatinate Purple. HEX triplet: 60, 0B and 66. RGB value is (96,11,102). Sum of RGB (Red+Green+Blue) = 96+11+102=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #600B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B66 is #9FF499. Grayscale: #2E2E2E. Windows color (decimal): -10482842 or 6687584. OLE color: 6687584.

HSL color Cylindrical-coordinate representation of color #600B66: hue angle of 296.04º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B66 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 11 102 -
CMYK 0.06 0.89 0 0.6
HSL 296.04º 0.81% 0.22% -
HSV(B) 296.04º 0.89% 0.4% -
XYZ 7.34 3.69 12.89 -
YUV 46.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 96 11 102 0.06 0.89 0 0.6 296.04 0.81 0.22
Hex 60 B 66 6 59 0 3C 128 51 16
Octal 140 13 146 6 131 0 74 450 121 26
Binary 1100000 1011 1100110 110 1011001 0 111100 100101000 1010001 10110

Color Harmonies of #600B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B66

Black with #600B66

Text Example


Text Example

White with #600B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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