#6027F0

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

Shades of Han Purple #6027F0

Tints of Han Purple #6027F0

Color information

#6027F0 (or 0x6027F0) is unknown color: approx Han Purple. HEX triplet: 60, 27 and F0. RGB value is (96,39,240). Sum of RGB (Red+Green+Blue) = 96+39+240=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #6027F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6027F0 is #9FD80F. Grayscale: #4E4E4E. Windows color (decimal): -10475536 or 15738720. OLE color: 15738720.

HSL color Cylindrical-coordinate representation of color #6027F0: hue angle of 257.01º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6027F0 is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9639240-
CMYK0.60.8400.06
HSL257.01º87.01%54.71%-
HSV(B)257.01º83.75%94.12%-
XYZ21.2810.2383.29-
YUV78.96218.88140.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.6%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 240 (94.14% from 255) = 64%
R=25.6%
G=10.4%
B=64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96392400.60.8400.06257.0187.0154.71
Hex6027F03C54061015737
Octal14047360741240640112767
Binary110000010011111110000111100101010001101000000011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6027F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6027F0; }

 p { color: rgb(96,39,240); }

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

<style>
 a { background-color: #6027F0; }

 a { background-color: rgb(96,39,240); }

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

<style>
 span { border-color: #6027F0; }

 span { border-color: rgb(96,39,240); }

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