Html Css Color HEX #6413F2 Han Purple

📋 copy color: '#6413F2'

red 100 ◦ green 19 ◦ blue 242

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

Shades of Han Purple #6413F2

Tints of Han Purple #6413F2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 27.7%
G = 5.26%
B = 67.04%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6413F2 (or 0x6413F2) is known color: Han Purple. HEX triplet: 64, 13 and F2. RGB value is (100,19,242). Sum of RGB (Red+Green+Blue) = 100+19+242=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #6413F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413F2 is #9BEC0D. Grayscale: #434343. Windows color (decimal): -10218510 or 15864676. OLE color: 15864676.

HSL color Cylindrical-coordinate representation of color #6413F2: hue angle of 261.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6413F2 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 19 242 -
CMYK 0.59 0.92 0 0.05
HSL 261.79º 0.9% 0.51% -
HSV(B) 261.79º 0.92% 0.95% -
XYZ 21.52 9.59 84.72 -
YUV 68.64 225.84 150.37 -
System Red Green Blue C M Y K H S L
Decimal 100 19 242 0.59 0.92 0 0.05 261.79 0.9 0.51
Hex 64 13 F2 3B 5C 0 5 106 5A 33
Octal 144 23 362 73 134 0 5 406 132 63
Binary 1100100 10011 11110010 111011 1011100 0 101 100000110 1011010 110011

Color Harmonies of #6413F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413F2

Black with #6413F2

Text Example


Text Example

White with #6413F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6413F2; }

 p { color: rgb(100,19,242); }

 H1.HeaderClassName
 {
   color: #6413F2;
 }
 .AnyTagClassName
 {
   color: #6413F2;
 }
</style>

background-color css

<style>
 a { background-color: #6413F2; }

 a { background-color: rgb(100,19,242); }

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

border-color css

<style>
 span { border-color: #6413F2; }

 span { border-color: rgb(100,19,242); }

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