Html Css Color HEX #6430FC Han Purple

📋 copy color: '#6430FC'

red 100 ◦ green 48 ◦ blue 252

#6430FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6430FC

Tints of Han Purple #6430FC

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 value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6430FC (or 0x6430FC) is known color: 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

RGB 100 48 252 -
CMYK 0.60 0.81 0 0.01
HSL 255.29º 0.97% 0.59% -
HSV(B) 255.29º 0.81% 0.99% -
XYZ 23.88 11.85 93.12 -
YUV 86.8 221.23 137.41 -
System Red Green Blue C M Y K H S L
Decimal 100 48 252 0.60 0.81 0 0.01 255.29 0.97 0.59
Hex 64 30 FC 3C 51 0 1 FF 61 3B
Octal 144 60 374 74 121 0 1 377 141 73
Binary 1100100 110000 11111100 111100 1010001 0 1 11111111 1100001 111011

Color Harmonies of #6430FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430FC

Black with #6430FC

Text Example


Text Example

White with #6430FC

Text Example


Text Example

HTML Codes & Css Web 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>