#6B27F2

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

Shades of Han Purple #6B27F2

Tints of Han Purple #6B27F2

Color information

#6B27F2 (or 0x6B27F2) is unknown color: approx Han Purple. HEX triplet: 6B, 27 and F2. RGB value is (107,39,242). Sum of RGB (Red+Green+Blue) = 107+39+242=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #6B27F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B27F2 is #94D80D. Grayscale: #515151. Windows color (decimal): -9754638 or 15869803. OLE color: 15869803.

HSL color Cylindrical-coordinate representation of color #6B27F2: hue angle of 260.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B27F2 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10739242-
CMYK0.560.8400.05
HSL260.1º88.65%55.1%-
HSV(B)260.1º83.88%94.9%-
XYZ22.8210.9984.92-
YUV82.47218.03145.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 39 (15.62% from 255) = 10.05%
BLUE value IS 242 (94.92% from 255) = 62.37%
R=27.58%
G=10.05%
B=62.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal107392420.560.8400.05260.188.6555.1
Hex6B27F23854051045937
Octal15347362701240540413167
Binary110101110011111110010111000101010001011000001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B27F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,39,242); }

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

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

 a { background-color: rgb(107,39,242); }

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

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

 span { border-color: rgb(107,39,242); }

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