#6035FA

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

Shades of Han Purple #6035FA

Tints of Han Purple #6035FA

Color information

#6035FA (or 0x6035FA) is unknown color: approx Han Purple. HEX triplet: 60, 35 and FA. RGB value is (96,53,250). Sum of RGB (Red+Green+Blue) = 96+53+250=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #6035FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6035FA is #9FCA05. Grayscale: #575757. Windows color (decimal): -10471942 or 16397664. OLE color: 16397664.

HSL color Cylindrical-coordinate representation of color #6035FA: hue angle of 253.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6035FA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9653250-
CMYK0.620.7900.02
HSL253.1º95.17%59.41%-
HSV(B)253.1º78.8%98.04%-
XYZ23.3511.9491.52-
YUV88.32219.25133.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=24.06%
G=13.28%
B=62.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal96532500.620.7900.02253.195.1759.41
Hex6035FA3E4F02fd5f3b
Octal14065372761170237513773
Binary1100000110101111110101111101001111010111111011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6035FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6035FA; }

 p { color: rgb(96,53,250); }

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

<style>
 a { background-color: #6035FA; }

 a { background-color: rgb(96,53,250); }

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

<style>
 span { border-color: #6035FA; }

 span { border-color: rgb(96,53,250); }

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