#6D34FF

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

Shades of Han Purple #6D34FF

Tints of Han Purple #6D34FF

Color information

#6D34FF (or 0x6D34FF) is unknown color: approx Han Purple. HEX triplet: 6D, 34 and FF. RGB value is (109,52,255). Sum of RGB (Red+Green+Blue) = 109+52+255=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D34FF is #92CB00. Grayscale: #5B5B5B. Windows color (decimal): -9620225 or 16725101. OLE color: 16725101.

HSL color Cylindrical-coordinate representation of color #6D34FF: hue angle of 256.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D34FF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10952255-
CMYK0.570.8000
HSL256.85º100%60.2%-
HSV(B)256.85º79.61%100%-
XYZ25.5812.9395.75-
YUV92.18219.88139.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.20%
GREEN value IS 52 (20.70% from 255) = 12.5%
BLUE value IS 255 (100% from 255) = 61.30%
R=26.20%
G=12.5%
B=61.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal109522550.570.8000256.8510060.2
Hex6D34FF395000101643c
Octal15564377711200040114474
Binary1101101110100111111111110011010000001000000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D34FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,255); }

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

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

 a { background-color: rgb(109,52,255); }

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

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

 span { border-color: rgb(109,52,255); }

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