#6A1D62

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

Shades of Palatinate Purple #6A1D62

Tints of Palatinate Purple #6A1D62

Color information

#6A1D62 (or 0x6A1D62) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 1D and 62. RGB value is (106,29,98). Sum of RGB (Red+Green+Blue) = 106+29+98=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1D62 is #95E29D. Grayscale: #3B3B3B. Windows color (decimal): -9822878 or 6430058. OLE color: 6430058.

HSL color Cylindrical-coordinate representation of color #6A1D62: hue angle of 306.23º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D62 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1062998-
CMYK00.730.080.58
HSL306.23º57.04%26.47%-
HSV(B)306.23º72.64%41.57%-
XYZ8.594.8212.03-
YUV59.89149.51160.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 29 (11.72% from 255) = 12.45%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=45.49%
G=12.45%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106299800.730.080.58306.2357.0426.47
Hex6A1D6204983A132391a
Octal15235142011110724627132
Binary110101011101110001001001001100011101010011001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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