#6D1BF3

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

Shades of Han Purple #6D1BF3

Tints of Han Purple #6D1BF3

Color information

#6D1BF3 (or 0x6D1BF3) is unknown color: approx Han Purple. HEX triplet: 6D, 1B and F3. RGB value is (109,27,243). Sum of RGB (Red+Green+Blue) = 109+27+243=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D1BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1BF3 is #92E40C. Grayscale: #4B4B4B. Windows color (decimal): -9626637 or 15932269. OLE color: 15932269.

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

Color convert

RGB10927243-
CMYK0.550.8900.05
HSL262.78º90%52.94%-
HSV(B)262.78º88.89%95.29%-
XYZ22.8810.5185.62-
YUV76.14222.17151.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 243 (95.31% from 255) = 64.12%
R=28.76%
G=7.12%
B=64.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109272430.550.8900.05262.789052.94
Hex6D1BF33759051075a35
Octal15533363671310540713265
Binary11011011101111110011110111101100101011000001111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,27,243); }

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

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

 a { background-color: rgb(109,27,243); }

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

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

 span { border-color: rgb(109,27,243); }

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