#6D0260

Color #6D0260 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6D0260

Tints of Palatinate Purple #6D0260

Color information

#6D0260 (or 0x6D0260) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 02 and 60. RGB value is (109,2,96). Sum of RGB (Red+Green+Blue) = 109+2+96=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0260 is #92FD9F. Grayscale: #2C2C2C. Windows color (decimal): -9633184 or 6292077. OLE color: 6292077.

HSL color Cylindrical-coordinate representation of color #6D0260: hue angle of 307.29º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0260 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB109296-
CMYK00.980.120.57
HSL307.29º96.4%21.76%-
HSV(B)307.29º98.17%42.75%-
XYZ8.444.1411.42-
YUV44.71156.95173.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.66%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=52.66%
G=0.97%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10929600.980.120.57307.2996.421.76
Hex6D260062C391336016
Octal15521400142147146314026
Binary1101101101100000011000101100111001100110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0260; }

 p { color: rgb(109,2,96); }

 H1.HeaderClassName
 {
   color: #6D0260;
 }
 .AnyTagClassName
 {
   color: #6D0260;
 }
</style>
background-color css

<style>
 a { background-color: #6D0260; }

 a { background-color: rgb(109,2,96); }

 div.DivClassName
 {
   background-color: #6D0260;
 }
 .BgClassName
 {
   background-color: #6D0260;
 }
</style>
border-color css

<style>
 span { border-color: #6D0260; }

 span { border-color: rgb(109,2,96); }

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