#6527FC

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

Shades of Han Purple #6527FC

Tints of Han Purple #6527FC

Color information

#6527FC (or 0x6527FC) is unknown color: approx Han Purple. HEX triplet: 65, 27 and FC. RGB value is (101,39,252). Sum of RGB (Red+Green+Blue) = 101+39+252=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #6527FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FC is #9AD803. Grayscale: #515151. Windows color (decimal): -10147844 or 16525157. OLE color: 16525157.

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

Color convert

RGB10139252-
CMYK0.600.8500.01
HSL257.46º97.26%57.06%-
HSV(B)257.46º84.52%98.82%-
XYZ23.6611.2593.02-
YUV81.82224.04141.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 252 (98.83% from 255) = 64.29%
R=25.77%
G=9.95%
B=64.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101392520.600.8500.01257.4697.2657.06
Hex6527FC3C55011016139
Octal14547374741250140114171
Binary1100101100111111111001111001010101011000000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6527FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,39,252); }

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

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

 a { background-color: rgb(101,39,252); }

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

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

 span { border-color: rgb(101,39,252); }

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