#6A0B70

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

Shades of Purple #6A0B70

Tints of Purple #6A0B70

Color information

#6A0B70 (or 0x6A0B70) is unknown color: approx Purple. HEX triplet: 6A, 0B and 70. RGB value is (106,11,112). Sum of RGB (Red+Green+Blue) = 106+11+112=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B70 is #95F48F. Grayscale: #323232. Windows color (decimal): -9827472 or 7342954. OLE color: 7342954.

HSL color Cylindrical-coordinate representation of color #6A0B70: hue angle of 296.44º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B70 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10611112-
CMYK0.050.9000.56
HSL296.44º82.11%24.12%-
HSV(B)296.44º90.18%43.92%-
XYZ8.994.4715.72-
YUV50.92162.47167.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=46.29%
G=4.80%
B=48.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106111120.050.9000.56296.4482.1124.12
Hex6AB7055A0381285218
Octal15213160513207045012230
Binary11010101011111000010110110100111000100101000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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