#6A1862

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

Shades of Palatinate Purple #6A1862

Tints of Palatinate Purple #6A1862

Color information

#6A1862 (or 0x6A1862) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 62. RGB value is (106,24,98). Sum of RGB (Red+Green+Blue) = 106+24+98=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1862 is #95E79D. Grayscale: #383838. Windows color (decimal): -9824158 or 6428778. OLE color: 6428778.

HSL color Cylindrical-coordinate representation of color #6A1862: hue angle of 305.85º 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 #6A1862 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1062498-
CMYK00.770.080.58
HSL305.85º63.08%25.49%-
HSV(B)305.85º77.36%41.57%-
XYZ8.484.612-
YUV56.95151.17162.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=46.49%
G=10.53%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106249800.770.080.58305.8563.0825.49
Hex6A186204D83A1323f19
Octal15230142011510724627731
Binary110101011000110001001001101100011101010011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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