#6B055E

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

Shades of Palatinate Purple #6B055E

Tints of Palatinate Purple #6B055E

Color information

#6B055E (or 0x6B055E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 05 and 5E. RGB value is (107,5,94). Sum of RGB (Red+Green+Blue) = 107+5+94=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B055E is #94FAA1. Grayscale: #2D2D2D. Windows color (decimal): -9763490 or 6161771. OLE color: 6161771.

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

Color convert

RGB107594-
CMYK00.950.120.58
HSL307.65º91.07%21.96%-
HSV(B)307.65º95.33%41.96%-
XYZ8.144.0410.94-
YUV45.64155.29171.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=51.94%
G=2.43%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10759400.950.120.58307.6591.0721.96
Hex6B55E05FC3A1345b16
Octal15351360137147246413326
Binary11010111011011110010111111100111010100110100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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