#6A1E65

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

Shades of Palatinate Purple #6A1E65

Tints of Palatinate Purple #6A1E65

Color information

#6A1E65 (or 0x6A1E65) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 1E and 65. RGB value is (106,30,101). Sum of RGB (Red+Green+Blue) = 106+30+101=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1E65 is #95E19A. Grayscale: #3C3C3C. Windows color (decimal): -9822619 or 6626922. OLE color: 6626922.

HSL color Cylindrical-coordinate representation of color #6A1E65: hue angle of 303.95º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E65 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10630101-
CMYK00.720.050.58
HSL303.95º55.88%26.67%-
HSV(B)303.95º71.7%41.57%-
XYZ8.764.9312.8-
YUV60.82150.68160.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=44.73%
G=12.66%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1063010100.720.050.58303.9555.8826.67
Hex6A1E6504853A130381b
Octal1523614501105724607033
Binary11010101111011001010100100010111101010011000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,30,101); }

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

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

 a { background-color: rgb(106,30,101); }

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

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

 span { border-color: rgb(106,30,101); }

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