#6A165A

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

Shades of Palatinate Purple #6A165A

Tints of Palatinate Purple #6A165A

Color information

#6A165A (or 0x6A165A) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 5A. RGB value is (106,22,90). Sum of RGB (Red+Green+Blue) = 106+22+90=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A165A is #95E9A5. Grayscale: #363636. Windows color (decimal): -9824678 or 5903978. OLE color: 5903978.

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

Color convert

RGB1062290-
CMYK00.790.150.58
HSL311.43º65.62%25.1%-
HSV(B)311.43º79.25%41.57%-
XYZ8.084.3810.09-
YUV54.87147.83164.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.62%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=48.62%
G=10.09%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106229000.790.150.58311.4365.6225.1
Hex6A165A04FF3A1374219
Octal152261320117177246710231
Binary1101010101101011010010011111111111010100110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,90); }

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

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

 a { background-color: rgb(106,22,90); }

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

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

 span { border-color: rgb(106,22,90); }

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