#6B055A

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

Shades of Palatinate Purple #6B055A

Tints of Palatinate Purple #6B055A

Color information

#6B055A (or 0x6B055A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 05 and 5A. RGB value is (107,5,90). Sum of RGB (Red+Green+Blue) = 107+5+90=202 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.97% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 107 - color contains mainly: red. Hex color #6B055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B055A is #94FAA5. Grayscale: #2C2C2C. Windows color (decimal): -9763494 or 5899627. OLE color: 5899627.

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

Color convert

RGB107590-
CMYK00.950.160.58
HSL310º91.07%21.96%-
HSV(B)310º95.33%41.96%-
XYZ7.963.9710.02-
YUV45.19153.29172.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.97%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=52.97%
G=2.48%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10759000.950.160.5831091.0721.96
Hex6B55A05F103A1365b16
Octal15351320137207246613326
Binary110101110110110100101111110000111010100110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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