Html Css Color HEX #6418ED Han Purple

📋 copy color: '#6418ED'

red 100 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #6418ED

Tints of Han Purple #6418ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 27.7%
G = 6.65%
B = 65.65%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6418ED (or 0x6418ED) is known color: Han Purple. HEX triplet: 64, 18 and ED. RGB value is (100,24,237). Sum of RGB (Red+Green+Blue) = 100+24+237=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #6418ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6418ED is #9BE712. Grayscale: #464646. Windows color (decimal): -10217235 or 15538276. OLE color: 15538276.

HSL color Cylindrical-coordinate representation of color #6418ED: hue angle of 261.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6418ED is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 24 237 -
CMYK 0.58 0.90 0 0.07
HSL 261.41º 0.86% 0.51% -
HSV(B) 261.41º 0.9% 0.93% -
XYZ 20.87 9.48 80.85 -
YUV 71.01 221.68 148.68 -
System Red Green Blue C M Y K H S L
Decimal 100 24 237 0.58 0.90 0 0.07 261.41 0.86 0.51
Hex 64 18 ED 3A 5A 0 7 105 56 33
Octal 144 30 355 72 132 0 7 405 126 63
Binary 1100100 11000 11101101 111010 1011010 0 111 100000101 1010110 110011

Color Harmonies of #6418ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6418ED

Black with #6418ED

Text Example


Text Example

White with #6418ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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