Html Css Color HEX #6419FD Han Purple

📋 copy color: '#6419FD'

red 100 ◦ green 25 ◦ blue 253

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

Shades of Han Purple #6419FD

Tints of Han Purple #6419FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.61%

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

R = 26.46%
G = 6.61%
B = 66.93%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6419FD (or 0x6419FD) is known color: Han Purple. HEX triplet: 64, 19 and FD. RGB value is (100,25,253). Sum of RGB (Red+Green+Blue) = 100+25+253=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #6419FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6419FD is #9BE602. Grayscale: #484848. Windows color (decimal): -10216963 or 16587108. OLE color: 16587108.

HSL color Cylindrical-coordinate representation of color #6419FD: hue angle of 259.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6419FD is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 25 253 -
CMYK 0.60 0.90 0 0.01
HSL 259.74º 0.98% 0.55% -
HSV(B) 259.74º 0.9% 0.99% -
XYZ 23.33 10.5 93.72 -
YUV 73.42 229.35 146.96 -
System Red Green Blue C M Y K H S L
Decimal 100 25 253 0.60 0.90 0 0.01 259.74 0.98 0.55
Hex 64 19 FD 3C 5A 0 1 104 62 37
Octal 144 31 375 74 132 0 1 404 142 67
Binary 1100100 11001 11111101 111100 1011010 0 1 100000100 1100010 110111

Color Harmonies of #6419FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6419FD

Black with #6419FD

Text Example


Text Example

White with #6419FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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