#6B045D

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

Shades of Palatinate Purple #6B045D

Tints of Palatinate Purple #6B045D

Color information

#6B045D (or 0x6B045D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 04 and 5D. RGB value is (107,4,93). Sum of RGB (Red+Green+Blue) = 107+4+93=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B045D is #94FBA2. Grayscale: #2C2C2C. Windows color (decimal): -9763747 or 6095979. OLE color: 6095979.

HSL color Cylindrical-coordinate representation of color #6B045D: hue angle of 308.16º 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 #6B045D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB107493-
CMYK00.960.130.58
HSL308.16º92.79%21.76%-
HSV(B)308.16º96.26%41.96%-
XYZ8.08410.7-
YUV44.94155.12172.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=52.45%
G=1.96%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10749300.960.130.58308.1692.7921.76
Hex6B45D060D3A1345d16
Octal15341350140157246413526
Binary11010111001011101011000001101111010100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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