#6A365E

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

Shades of Palatinate Purple #6A365E

Tints of Palatinate Purple #6A365E

Color information

#6A365E (or 0x6A365E) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 36 and 5E. RGB value is (106,54,94). Sum of RGB (Red+Green+Blue) = 106+54+94=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 106 - color contains mainly: red. Hex color #6A365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A365E is #95C9A1. Grayscale: #4A4A4A. Windows color (decimal): -9816482 or 6174314. OLE color: 6174314.

HSL color Cylindrical-coordinate representation of color #6A365E: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A365E is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1065494-
CMYK00.490.110.58
HSL313.85º32.5%31.37%-
HSV(B)313.85º49.06%41.57%-
XYZ9.286.5111.36-
YUV74.11139.23150.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.73%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=41.73%
G=21.26%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106549400.490.110.58313.8532.531.37
Hex6A365E031B3A13a201f
Octal1526613606113724724037
Binary110101011011010111100110001101111101010011101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,94); }

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

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

 a { background-color: rgb(106,54,94); }

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

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

 span { border-color: rgb(106,54,94); }

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