#6B29FF

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

Shades of Han Purple #6B29FF

Tints of Han Purple #6B29FF

Color information

#6B29FF (or 0x6B29FF) is unknown color: approx Han Purple. HEX triplet: 6B, 29 and FF. RGB value is (107,41,255). Sum of RGB (Red+Green+Blue) = 107+41+255=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B29FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B29FF is #94D600. Grayscale: #545454. Windows color (decimal): -9754113 or 16722283. OLE color: 16722283.

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

Color convert

RGB10741255-
CMYK0.580.8400
HSL258.5º100%58.04%-
HSV(B)258.5º83.92%100%-
XYZ24.9111.9395.6-
YUV85.13223.87143.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.55%
GREEN value IS 41 (16.41% from 255) = 10.17%
BLUE value IS 255 (100% from 255) = 63.28%
R=26.55%
G=10.17%
B=63.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal107412550.580.8400258.510058.04
Hex6B29FF3A5400103643a
Octal15351377721240040314472
Binary1101011101001111111111110101010100001000000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B29FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,255); }

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

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

 a { background-color: rgb(107,41,255); }

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

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

 span { border-color: rgb(107,41,255); }

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