#6B34FC

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

Shades of Han Purple #6B34FC

Tints of Han Purple #6B34FC

Color information

#6B34FC (or 0x6B34FC) is unknown color: approx Han Purple. HEX triplet: 6B, 34 and FC. RGB value is (107,52,252). Sum of RGB (Red+Green+Blue) = 107+52+252=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B34FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B34FC is #94CB03. Grayscale: #5A5A5A. Windows color (decimal): -9751300 or 16528491. OLE color: 16528491.

HSL color Cylindrical-coordinate representation of color #6B34FC: hue angle of 256.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B34FC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10752252-
CMYK0.580.7900.01
HSL256.5º97.09%59.61%-
HSV(B)256.5º79.37%98.82%-
XYZ24.8612.6193.22-
YUV91.24218.72139.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 252 (98.83% from 255) = 61.31%
R=26.03%
G=12.65%
B=61.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal107522520.580.7900.01256.597.0959.61
Hex6B34FC3A4F01100613c
Octal15364374721170140014174
Binary1101011110100111111001110101001111011000000001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,252); }

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

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

 a { background-color: rgb(107,52,252); }

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

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

 span { border-color: rgb(107,52,252); }

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