Html Css Color HEX #6218EB Han Purple

📋 copy color: '#6218EB'

red 98 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #6218EB

Tints of Han Purple #6218EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 27.45%
G = 6.72%
B = 65.83%

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

#6218EB (or 0x6218EB) is known color: Han Purple. HEX triplet: 62, 18 and EB. RGB value is (98,24,235). Sum of RGB (Red+Green+Blue) = 98+24+235=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #6218EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218EB is #9DE714. Grayscale: #454545. Windows color (decimal): -10348309 or 15407202. OLE color: 15407202.

HSL color Cylindrical-coordinate representation of color #6218EB: hue angle of 261.04º degrees, saturation: 0.84, 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 #6218EB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 24 235 -
CMYK 0.58 0.90 0 0.08
HSL 261.04º 0.84% 0.51% -
HSV(B) 261.04º 0.9% 0.92% -
XYZ 20.36 9.25 79.31 -
YUV 70.18 221.02 147.84 -
System Red Green Blue C M Y K H S L
Decimal 98 24 235 0.58 0.90 0 0.08 261.04 0.84 0.51
Hex 62 18 EB 3A 5A 0 8 105 54 33
Octal 142 30 353 72 132 0 10 405 124 63
Binary 1100010 11000 11101011 111010 1011010 0 1000 100000101 1010100 110011

Color Harmonies of #6218EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218EB

Black with #6218EB

Text Example


Text Example

White with #6218EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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