#6B045E

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

Shades of Palatinate Purple #6B045E

Tints of Palatinate Purple #6B045E

Color information

#6B045E (or 0x6B045E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 04 and 5E. RGB value is (107,4,94). Sum of RGB (Red+Green+Blue) = 107+4+94=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B045E is #94FBA1. Grayscale: #2C2C2C. Windows color (decimal): -9763746 or 6161515. OLE color: 6161515.

HSL color Cylindrical-coordinate representation of color #6B045E: hue angle of 307.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B045E is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB107494-
CMYK00.960.120.58
HSL307.57º92.79%21.76%-
HSV(B)307.57º96.26%41.96%-
XYZ8.134.0210.94-
YUV45.06155.62172.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=52.20%
G=1.95%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10749400.960.120.58307.5792.7921.76
Hex6B45E060C3A1345d16
Octal15341360140147246413526
Binary11010111001011110011000001100111010100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,94); }

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

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

 a { background-color: rgb(107,4,94); }

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

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

 span { border-color: rgb(107,4,94); }

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