Html Css Color HEX #6218EA Han Purple

📋 copy color: '#6218EA'

red 98 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #6218EA

Tints of Han Purple #6218EA

RGB

 RED value IS 98 (38.67% from 255) = 27.53%

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

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 27.53%
G = 6.74%
B = 65.73%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6218EA (or 0x6218EA) is known color: Han Purple. HEX triplet: 62, 18 and EA. RGB value is (98,24,234). Sum of RGB (Red+Green+Blue) = 98+24+234=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #6218EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218EA is #9DE715. Grayscale: #454545. Windows color (decimal): -10348310 or 15341666. OLE color: 15341666.

HSL color Cylindrical-coordinate representation of color #6218EA: hue angle of 261.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6218EA is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 24 234 -
CMYK 0.58 0.90 0 0.08
HSL 261.14º 0.83% 0.51% -
HSV(B) 261.14º 0.9% 0.92% -
XYZ 20.21 9.19 78.55 -
YUV 70.07 220.52 147.92 -
System Red Green Blue C M Y K H S L
Decimal 98 24 234 0.58 0.90 0 0.08 261.14 0.83 0.51
Hex 62 18 EA 3A 5A 0 8 105 53 33
Octal 142 30 352 72 132 0 10 405 123 63
Binary 1100010 11000 11101010 111010 1011010 0 1000 100000101 1010011 110011

Color Harmonies of #6218EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218EA

Black with #6218EA

Text Example


Text Example

White with #6218EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6218EA; }

 p { color: rgb(98,24,234); }

 H1.HeaderClassName
 {
   color: #6218EA;
 }
 .AnyTagClassName
 {
   color: #6218EA;
 }
</style>

background-color css

<style>
 a { background-color: #6218EA; }

 a { background-color: rgb(98,24,234); }

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

border-color css

<style>
 span { border-color: #6218EA; }

 span { border-color: rgb(98,24,234); }

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