#6A0269

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

Shades of Purple #6A0269

Tints of Purple #6A0269

Color information

#6A0269 (or 0x6A0269) is unknown color: approx Purple. HEX triplet: 6A, 02 and 69. RGB value is (106,2,105). Sum of RGB (Red+Green+Blue) = 106+2+105=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0269 is #95FD96. Grayscale: #2C2C2C. Windows color (decimal): -9829783 or 6881898. OLE color: 6881898.

HSL color Cylindrical-coordinate representation of color #6A0269: hue angle of 300.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0269 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB1062105-
CMYK00.980.010.58
HSL300.58º96.3%21.18%-
HSV(B)300.58º98.11%41.57%-
XYZ8.524.1313.71-
YUV44.84161.96171.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=49.77%
G=0.94%
B=49.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106210500.980.010.58300.5896.321.18
Hex6A26906213A12d6015
Octal1522151014217245514025
Binary1101010101101001011000101111010100101101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,2,105); }

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

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

 a { background-color: rgb(106,2,105); }

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

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

 span { border-color: rgb(106,2,105); }

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