#6D2CF0

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

Shades of Han Purple #6D2CF0

Tints of Han Purple #6D2CF0

Color information

#6D2CF0 (or 0x6D2CF0) is unknown color: approx Han Purple. HEX triplet: 6D, 2C and F0. RGB value is (109,44,240). Sum of RGB (Red+Green+Blue) = 109+44+240=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 240 (94.14% from 255 or 61.07% from 393); Max value from RGB is 240 - color contains mainly: blue. Hex color #6D2CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2CF0 is #92D30F. Grayscale: #555555. Windows color (decimal): -9622288 or 15740013. OLE color: 15740013.

HSL color Cylindrical-coordinate representation of color #6D2CF0: hue angle of 259.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D2CF0 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10944240-
CMYK0.550.8200.06
HSL259.9º86.73%55.69%-
HSV(B)259.9º81.67%94.12%-
XYZ22.9411.3483.42-
YUV85.78215.03144.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 44 (17.58% from 255) = 11.20%
BLUE value IS 240 (94.14% from 255) = 61.07%
R=27.74%
G=11.20%
B=61.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal109442400.550.8200.06259.986.7355.69
Hex6D2CF03752061045738
Octal15554360671220640412770
Binary110110110110011110000110111101001001101000001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,240); }

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

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

 a { background-color: rgb(109,44,240); }

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

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

 span { border-color: rgb(109,44,240); }

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