#6A3067

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

Shades of Palatinate Purple #6A3067

Tints of Palatinate Purple #6A3067

Color information

#6A3067 (or 0x6A3067) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 30 and 67. RGB value is (106,48,103). Sum of RGB (Red+Green+Blue) = 106+48+103=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3067 is #95CF98. Grayscale: #474747. Windows color (decimal): -9818009 or 6762602. OLE color: 6762602.

HSL color Cylindrical-coordinate representation of color #6A3067: hue angle of 303.1º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3067 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10648103-
CMYK00.550.030.58
HSL303.1º37.66%30.2%-
HSV(B)303.1º54.72%41.57%-
XYZ9.456.1613.52-
YUV71.61145.72152.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.25%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 103 (40.62% from 255) = 40.08%
R=41.25%
G=18.68%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1064810300.550.030.58303.137.6630.2
Hex6A306703733A12f261e
Octal152601470673724574636
Binary1101010110000110011101101111111101010010111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,103); }

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

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

 a { background-color: rgb(106,48,103); }

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

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

 span { border-color: rgb(106,48,103); }

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