#6D24ED

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

Shades of Han Purple #6D24ED

Tints of Han Purple #6D24ED

Color information

#6D24ED (or 0x6D24ED) is unknown color: approx Han Purple. HEX triplet: 6D, 24 and ED. RGB value is (109,36,237). Sum of RGB (Red+Green+Blue) = 109+36+237=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D24ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D24ED is #92DB12. Grayscale: #505050. Windows color (decimal): -9624339 or 15541357. OLE color: 15541357.

HSL color Cylindrical-coordinate representation of color #6D24ED: hue angle of 261.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D24ED is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10936237-
CMYK0.540.8500.07
HSL261.79º84.81%53.53%-
HSV(B)261.79º84.81%92.94%-
XYZ22.2210.6381-
YUV80.74216.18148.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.53%
GREEN value IS 36 (14.45% from 255) = 9.42%
BLUE value IS 237 (92.97% from 255) = 62.04%
R=28.53%
G=9.42%
B=62.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal109362370.540.8500.07261.7984.8153.53
Hex6D24ED3655071065536
Octal15544355661250740612566
Binary110110110010011101101110110101010101111000001101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D24ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,36,237); }

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

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

 a { background-color: rgb(109,36,237); }

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

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

 span { border-color: rgb(109,36,237); }

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