#6A0370

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

Shades of Purple #6A0370

Tints of Purple #6A0370

Color information

#6A0370 (or 0x6A0370) is unknown color: approx Purple. HEX triplet: 6A, 03 and 70. RGB value is (106,3,112). Sum of RGB (Red+Green+Blue) = 106+3+112=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0370 is #95FC8F. Grayscale: #2D2D2D. Windows color (decimal): -9829520 or 7340906. OLE color: 7340906.

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

Color convert

RGB1063112-
CMYK0.050.9700.56
HSL296.7º94.78%22.55%-
HSV(B)296.7º97.32%43.92%-
XYZ8.94.315.69-
YUV46.22165.12170.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=47.96%
G=1.36%
B=50.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10631120.050.9700.56296.794.7822.55
Hex6A3705610381295f17
Octal1523160514107045113727
Binary110101011111000010111000010111000100101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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