#6A0D70

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

Shades of Purple #6A0D70

Tints of Purple #6A0D70

Color information

#6A0D70 (or 0x6A0D70) is unknown color: approx Purple. HEX triplet: 6A, 0D and 70. RGB value is (106,13,112). Sum of RGB (Red+Green+Blue) = 106+13+112=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0D70 is #95F28F. Grayscale: #333333. Windows color (decimal): -9826960 or 7343466. OLE color: 7343466.

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

Color convert

RGB10613112-
CMYK0.050.8800.56
HSL296.36º79.2%24.51%-
HSV(B)296.36º88.39%43.92%-
XYZ9.014.5215.73-
YUV52.09161.81166.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=45.89%
G=5.63%
B=48.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106131120.050.8800.56296.3679.224.51
Hex6AD705580381284f19
Octal15215160513007045011731
Binary11010101101111000010110110000111000100101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,13,112); }

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

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

 a { background-color: rgb(106,13,112); }

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

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

 span { border-color: rgb(106,13,112); }

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