#6031FC

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

Shades of Han Purple #6031FC

Tints of Han Purple #6031FC

Color information

#6031FC (or 0x6031FC) is unknown color: approx Han Purple. HEX triplet: 60, 31 and FC. RGB value is (96,49,252). Sum of RGB (Red+Green+Blue) = 96+49+252=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #6031FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031FC is #9FCE03. Grayscale: #555555. Windows color (decimal): -10472964 or 16527712. OLE color: 16527712.

HSL color Cylindrical-coordinate representation of color #6031FC: hue angle of 253.89º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6031FC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9649252-
CMYK0.620.8100.01
HSL253.89º97.13%59.02%-
HSV(B)253.89º80.56%98.82%-
XYZ23.4911.7193.12-
YUV86.2221.57134.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 49 (19.53% from 255) = 12.34%
BLUE value IS 252 (98.83% from 255) = 63.48%
R=24.18%
G=12.34%
B=63.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96492520.620.8100.01253.8997.1359.02
Hex6031FC3E5101fe613b
Octal14061374761210137614173
Binary110000011000111111100111110101000101111111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6031FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6031FC; }

 p { color: rgb(96,49,252); }

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

<style>
 a { background-color: #6031FC; }

 a { background-color: rgb(96,49,252); }

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

<style>
 span { border-color: #6031FC; }

 span { border-color: rgb(96,49,252); }

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