#6D0290

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

Shades of Purple #6D0290

Tints of Purple #6D0290

Color information

#6D0290 (or 0x6D0290) is unknown color: approx Purple. HEX triplet: 6D, 02 and 90. RGB value is (109,2,144). Sum of RGB (Red+Green+Blue) = 109+2+144=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D0290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0290 is #92FD6F. Grayscale: #313131. Windows color (decimal): -9633136 or 9437805. OLE color: 9437805.

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

Color convert

RGB1092144-
CMYK0.240.9900.44
HSL285.21º97.26%28.63%-
HSV(B)285.21º98.61%56.47%-
XYZ11.365.3126.81-
YUV50.18180.95169.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.75%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=42.75%
G=0.78%
B=56.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10921440.240.9900.44285.2197.2628.63
Hex6D290186302C11d611d
Octal15522203014305443514135
Binary110110110100100001100011000110101100100011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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