#6A1863

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

Shades of Palatinate Purple #6A1863

Tints of Palatinate Purple #6A1863

Color information

#6A1863 (or 0x6A1863) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 63. RGB value is (106,24,99). Sum of RGB (Red+Green+Blue) = 106+24+99=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1863 is #95E79C. Grayscale: #383838. Windows color (decimal): -9824157 or 6494314. OLE color: 6494314.

HSL color Cylindrical-coordinate representation of color #6A1863: hue angle of 305.12º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1863 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1062499-
CMYK00.770.070.58
HSL305.12º63.08%25.49%-
HSV(B)305.12º77.36%41.57%-
XYZ8.524.6212.25-
YUV57.07151.67162.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=46.29%
G=10.48%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106249900.770.070.58305.1263.0825.49
Hex6A186304D73A1313f19
Octal1523014301157724617731
Binary11010101100011000110100110111111101010011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,99); }

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

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

 a { background-color: rgb(106,24,99); }

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

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

 span { border-color: rgb(106,24,99); }

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