#6A056F

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

Shades of Purple #6A056F

Tints of Purple #6A056F

Color information

#6A056F (or 0x6A056F) is unknown color: approx Purple. HEX triplet: 6A, 05 and 6F. RGB value is (106,5,111). Sum of RGB (Red+Green+Blue) = 106+5+111=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A056F is #95FA90. Grayscale: #2E2E2E. Windows color (decimal): -9829009 or 7275882. OLE color: 7275882.

HSL color Cylindrical-coordinate representation of color #6A056F: hue angle of 297.17º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A056F is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1065111-
CMYK0.050.9500.56
HSL297.17º91.38%22.75%-
HSV(B)297.17º95.5%43.53%-
XYZ8.874.3215.41-
YUV47.28163.96169.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 111 (43.75% from 255) = 50%
R=47.75%
G=2.25%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10651110.050.9500.56297.1791.3822.75
Hex6A56F55F0381295b17
Octal1525157513707045113327
Binary1101010101110111110110111110111000100101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,111); }

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

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

 a { background-color: rgb(106,5,111); }

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

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

 span { border-color: rgb(106,5,111); }

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