#6D029A

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

Shades of Purple #6D029A

Tints of Purple #6D029A

Color information

#6D029A (or 0x6D029A) is unknown color: approx Purple. HEX triplet: 6D, 02 and 9A. RGB value is (109,2,154). Sum of RGB (Red+Green+Blue) = 109+2+154=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D029A is #92FD65. Grayscale: #323232. Windows color (decimal): -9633126 or 10093165. OLE color: 10093165.

HSL color Cylindrical-coordinate representation of color #6D029A: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D029A is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1092154-
CMYK0.290.9900.40
HSL282.24º97.44%30.59%-
HSV(B)282.24º98.7%60.39%-
XYZ12.165.6331.02-
YUV51.32185.95169.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 154 (60.55% from 255) = 58.11%
R=41.13%
G=0.75%
B=58.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10921540.290.9900.40282.2497.4430.59
Hex6D29A1D6302811a611f
Octal15522323514305043214137
Binary110110110100110101110111000110101000100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,2,154); }

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

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

 a { background-color: rgb(109,2,154); }

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

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

 span { border-color: rgb(109,2,154); }

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