Html Css Color HEX #6413EF Han Purple

📋 copy color: '#6413EF'

red 100 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #6413EF

Tints of Han Purple #6413EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 27.93%
G = 5.31%
B = 66.76%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6413EF (or 0x6413EF) is known color: Han Purple. HEX triplet: 64, 13 and EF. RGB value is (100,19,239). Sum of RGB (Red+Green+Blue) = 100+19+239=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #6413EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413EF is #9BEC10. Grayscale: #434343. Windows color (decimal): -10218513 or 15668068. OLE color: 15668068.

HSL color Cylindrical-coordinate representation of color #6413EF: hue angle of 262.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6413EF is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 19 239 -
CMYK 0.58 0.92 0 0.06
HSL 262.09º 0.87% 0.51% -
HSV(B) 262.09º 0.92% 0.94% -
XYZ 21.07 9.41 82.37 -
YUV 68.3 224.34 150.61 -
System Red Green Blue C M Y K H S L
Decimal 100 19 239 0.58 0.92 0 0.06 262.09 0.87 0.51
Hex 64 13 EF 3A 5C 0 6 106 57 33
Octal 144 23 357 72 134 0 6 406 127 63
Binary 1100100 10011 11101111 111010 1011100 0 110 100000110 1010111 110011

Color Harmonies of #6413EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413EF

Black with #6413EF

Text Example


Text Example

White with #6413EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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