Html Css Color HEX #6418EF Han Purple

📋 copy color: '#6418EF'

red 100 ◦ green 24 ◦ blue 239

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

Shades of Han Purple #6418EF

Tints of Han Purple #6418EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 27.55%
G = 6.61%
B = 65.84%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6418EF (or 0x6418EF) is known color: Han Purple. HEX triplet: 64, 18 and EF. RGB value is (100,24,239). Sum of RGB (Red+Green+Blue) = 100+24+239=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6418EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6418EF is #9BE710. Grayscale: #464646. Windows color (decimal): -10217233 or 15669348. OLE color: 15669348.

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

Color convert

RGB 100 24 239 -
CMYK 0.58 0.90 0 0.06
HSL 261.21º 0.87% 0.52% -
HSV(B) 261.21º 0.9% 0.94% -
XYZ 21.16 9.59 82.4 -
YUV 71.23 222.68 148.52 -
System Red Green Blue C M Y K H S L
Decimal 100 24 239 0.58 0.90 0 0.06 261.21 0.87 0.52
Hex 64 18 EF 3A 5A 0 6 105 57 34
Octal 144 30 357 72 132 0 6 405 127 64
Binary 1100100 11000 11101111 111010 1011010 0 110 100000101 1010111 110100

Color Harmonies of #6418EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418EF

Black with #6418EF

Text Example


Text Example

White with #6418EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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