#6A0678

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

Shades of Purple #6A0678

Tints of Purple #6A0678

Color information

#6A0678 (or 0x6A0678) is unknown color: approx Purple. HEX triplet: 6A, 06 and 78. RGB value is (106,6,120). Sum of RGB (Red+Green+Blue) = 106+6+120=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A0678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0678 is #95F987. Grayscale: #303030. Windows color (decimal): -9828744 or 7865962. OLE color: 7865962.

HSL color Cylindrical-coordinate representation of color #6A0678: hue angle of 292.63º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0678 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1066120-
CMYK0.120.9500.53
HSL292.63º90.48%24.71%-
HSV(B)292.63º95%47.06%-
XYZ9.44.5518.15-
YUV48.9168.13168.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=45.69%
G=2.59%
B=51.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10661200.120.9500.53292.6390.4824.71
Hex6A678C5F0351255a19
Octal15261701413706544513231
Binary11010101101111000110010111110110101100100101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,6,120); }

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

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

 a { background-color: rgb(106,6,120); }

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

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

 span { border-color: rgb(106,6,120); }

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