#6537FA

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

Shades of Han Purple #6537FA

Tints of Han Purple #6537FA

Color information

#6537FA (or 0x6537FA) is unknown color: approx Han Purple. HEX triplet: 65, 37 and FA. RGB value is (101,55,250). Sum of RGB (Red+Green+Blue) = 101+55+250=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #6537FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6537FA is #9AC805. Grayscale: #5A5A5A. Windows color (decimal): -10143750 or 16398181. OLE color: 16398181.

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

Color convert

RGB10155250-
CMYK0.600.7800.02
HSL254.15º95.12%59.8%-
HSV(B)254.15º78%98.04%-
XYZ23.9912.491.57-
YUV90.98217.74135.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 55 (21.88% from 255) = 13.55%
BLUE value IS 250 (98.05% from 255) = 61.58%
R=24.88%
G=13.55%
B=61.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal101552500.600.7800.02254.1595.1259.8
Hex6537FA3C4E02fe5f3c
Octal14567372741160237613774
Binary1100101110111111110101111001001110010111111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,55,250); }

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

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

 a { background-color: rgb(101,55,250); }

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

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

 span { border-color: rgb(101,55,250); }

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