#6B28EA

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

Shades of Han Purple #6B28EA

Tints of Han Purple #6B28EA

Color information

#6B28EA (or 0x6B28EA) is unknown color: approx Han Purple. HEX triplet: 6B, 28 and EA. RGB value is (107,40,234). Sum of RGB (Red+Green+Blue) = 107+40+234=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B28EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B28EA is #94D715. Grayscale: #515151. Windows color (decimal): -9754390 or 15345771. OLE color: 15345771.

HSL color Cylindrical-coordinate representation of color #6B28EA: hue angle of 260.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B28EA is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10740234-
CMYK0.540.8300.08
HSL260.72º82.2%53.73%-
HSV(B)260.72º82.91%91.76%-
XYZ21.6710.5878.74-
YUV82.15213.7145.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 40 (16.02% from 255) = 10.50%
BLUE value IS 234 (91.80% from 255) = 61.42%
R=28.08%
G=10.50%
B=61.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal107402340.540.8300.08260.7282.253.73
Hex6B28EA3653081055236
Octal153503526612301040512266
Binary1101011101000111010101101101010011010001000001011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B28EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,40,234); }

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

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

 a { background-color: rgb(107,40,234); }

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

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

 span { border-color: rgb(107,40,234); }

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