#6A047B

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

Shades of Purple #6A047B

Tints of Purple #6A047B

Color information

#6A047B (or 0x6A047B) is unknown color: approx Purple. HEX triplet: 6A, 04 and 7B. RGB value is (106,4,123). Sum of RGB (Red+Green+Blue) = 106+4+123=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A047B is #95FB84. Grayscale: #2F2F2F. Windows color (decimal): -9829253 or 8062058. OLE color: 8062058.

HSL color Cylindrical-coordinate representation of color #6A047B: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A047B is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1064123-
CMYK0.140.9700.52
HSL291.43º93.7%24.9%-
HSV(B)291.43º96.75%48.24%-
XYZ9.564.5819.12-
YUV48.06170.29169.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=45.49%
G=1.72%
B=52.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10641230.140.9700.52291.4393.724.9
Hex6A47BE610341235e19
Octal15241731614106444313631
Binary11010101001111011111011000010110100100100011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,123); }

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

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

 a { background-color: rgb(106,4,123); }

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

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

 span { border-color: rgb(106,4,123); }

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