#6430FC

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

Shades of Han Purple #6430FC

Tints of Han Purple #6430FC

Color information

#6430FC (or 0x6430FC) is unknown color: approx Han Purple. HEX triplet: 64, 30 and FC. RGB value is (100,48,252). Sum of RGB (Red+Green+Blue) = 100+48+252=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #6430FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6430FC is #9BCF03. Grayscale: #565656. Windows color (decimal): -10211076 or 16527460. OLE color: 16527460.

HSL color Cylindrical-coordinate representation of color #6430FC: hue angle of 255.29º 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 #6430FC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10048252-
CMYK0.600.8100.01
HSL255.29º97.14%58.82%-
HSV(B)255.29º80.95%98.82%-
XYZ23.8811.8593.12-
YUV86.8221.23137.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 12%
BLUE value IS 252 (98.83% from 255) = 63%
R=25%
G=12%
B=63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100482520.600.8100.01255.2997.1458.82
Hex6430FC3C5101ff613b
Octal14460374741210137714173
Binary110010011000011111100111100101000101111111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6430FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,48,252); }

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

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

 a { background-color: rgb(100,48,252); }

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

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

 span { border-color: rgb(100,48,252); }

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