#6B2CFF

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

Shades of Han Purple #6B2CFF

Tints of Han Purple #6B2CFF

Color information

#6B2CFF (or 0x6B2CFF) is unknown color: approx Han Purple. HEX triplet: 6B, 2C and FF. RGB value is (107,44,255). Sum of RGB (Red+Green+Blue) = 107+44+255=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B2CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CFF is #94D300. Grayscale: #565656. Windows color (decimal): -9753345 or 16723051. OLE color: 16723051.

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

Color convert

RGB10744255-
CMYK0.580.8300
HSL257.91º100%58.63%-
HSV(B)257.91º82.75%100%-
XYZ25.0112.1595.63-
YUV86.89222.87142.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 44 (17.58% from 255) = 10.84%
BLUE value IS 255 (100% from 255) = 62.81%
R=26.35%
G=10.84%
B=62.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal107442550.580.8300257.9110058.63
Hex6B2CFF3A5300102643b
Octal15354377721230040214473
Binary1101011101100111111111110101010011001000000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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