Html Css Color HEX #6430FD Han Purple

📋 copy color: '#6430FD'

red 100 ◦ green 48 ◦ blue 253

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

Shades of Han Purple #6430FD

Tints of Han Purple #6430FD

RGB

 RED value IS 100 (39.45% from 255) = 24.94%

 GREEN value IS 48 (19.14% from 255) = 11.97%

 BLUE value IS 253 (99.22% from 255) = 63.09%

R = 24.94%
G = 11.97%
B = 63.09%

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

#6430FD (or 0x6430FD) is known color: Han Purple. HEX triplet: 64, 30 and FD. RGB value is (100,48,253). Sum of RGB (Red+Green+Blue) = 100+48+253=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #6430FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6430FD is #9BCF02. Grayscale: #565656. Windows color (decimal): -10211075 or 16592996. OLE color: 16592996.

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

Color convert

RGB 100 48 253 -
CMYK 0.60 0.81 0 0.01
HSL 255.22º 0.98% 0.59% -
HSV(B) 255.22º 0.81% 0.99% -
XYZ 24.04 11.92 93.96 -
YUV 86.92 221.73 137.33 -
System Red Green Blue C M Y K H S L
Decimal 100 48 253 0.60 0.81 0 0.01 255.22 0.98 0.59
Hex 64 30 FD 3C 51 0 1 FF 62 3B
Octal 144 60 375 74 121 0 1 377 142 73
Binary 1100100 110000 11111101 111100 1010001 0 1 11111111 1100010 111011

Color Harmonies of #6430FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430FD

Black with #6430FD

Text Example


Text Example

White with #6430FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6430FD;
 }
 .AnyTagClassName
 {
   color: #6430FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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