#6A0369

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

Shades of Purple #6A0369

Tints of Purple #6A0369

Color information

#6A0369 (or 0x6A0369) is unknown color: approx Purple. HEX triplet: 6A, 03 and 69. RGB value is (106,3,105). Sum of RGB (Red+Green+Blue) = 106+3+105=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0369 is #95FC96. Grayscale: #2D2D2D. Windows color (decimal): -9829527 or 6882154. OLE color: 6882154.

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

Color convert

RGB1063105-
CMYK00.970.010.58
HSL300.58º94.5%21.37%-
HSV(B)300.58º97.17%41.57%-
XYZ8.534.1513.72-
YUV45.42161.62171.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=49.53%
G=1.40%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106310500.970.010.58300.5894.521.37
Hex6A36906113A12d5e15
Octal1523151014117245513625
Binary1101010111101001011000011111010100101101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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