#6D0360

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

Shades of Palatinate Purple #6D0360

Tints of Palatinate Purple #6D0360

Color information

#6D0360 (or 0x6D0360) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 03 and 60. RGB value is (109,3,96). Sum of RGB (Red+Green+Blue) = 109+3+96=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0360 is #92FC9F. Grayscale: #2D2D2D. Windows color (decimal): -9632928 or 6292333. OLE color: 6292333.

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

Color convert

RGB109396-
CMYK00.970.120.57
HSL307.36º94.64%21.96%-
HSV(B)307.36º97.25%42.75%-
XYZ8.454.1611.42-
YUV45.3156.62173.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=52.40%
G=1.44%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10939600.970.120.57307.3694.6421.96
Hex6D360061C391335f16
Octal15531400141147146313726
Binary1101101111100000011000011100111001100110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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