#6B34FA

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

Shades of Han Purple #6B34FA

Tints of Han Purple #6B34FA

Color information

#6B34FA (or 0x6B34FA) is unknown color: approx Han Purple. HEX triplet: 6B, 34 and FA. RGB value is (107,52,250). Sum of RGB (Red+Green+Blue) = 107+52+250=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B34FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B34FA is #94CB05. Grayscale: #5A5A5A. Windows color (decimal): -9751302 or 16397419. OLE color: 16397419.

HSL color Cylindrical-coordinate representation of color #6B34FA: hue angle of 256.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B34FA is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10752250-
CMYK0.570.7900.02
HSL256.67º95.19%59.22%-
HSV(B)256.67º79.2%98.04%-
XYZ24.5512.4891.56-
YUV91.02217.72139.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 250 (98.05% from 255) = 61.12%
R=26.16%
G=12.71%
B=61.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107522500.570.7900.02256.6795.1959.22
Hex6B34FA394F021015f3b
Octal15364372711170240113773
Binary11010111101001111101011100110011110101000000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B34FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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