Html Css Color HEX #6218FA Han Purple

📋 copy color: '#6218FA'

red 98 ◦ green 24 ◦ blue 250

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

Shades of Han Purple #6218FA

Tints of Han Purple #6218FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 26.34%
G = 6.45%
B = 67.2%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6218FA (or 0x6218FA) is known color: Han Purple. HEX triplet: 62, 18 and FA. RGB value is (98,24,250). Sum of RGB (Red+Green+Blue) = 98+24+250=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #6218FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6218FA is #9DE705. Grayscale: #474747. Windows color (decimal): -10348294 or 16390242. OLE color: 16390242.

HSL color Cylindrical-coordinate representation of color #6218FA: hue angle of 259.65º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6218FA is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 24 250 -
CMYK 0.61 0.90 0 0.02
HSL 259.65º 0.96% 0.54% -
HSV(B) 259.65º 0.9% 0.98% -
XYZ 22.62 10.15 91.21 -
YUV 71.89 228.52 146.62 -
System Red Green Blue C M Y K H S L
Decimal 98 24 250 0.61 0.90 0 0.02 259.65 0.96 0.54
Hex 62 18 FA 3D 5A 0 2 104 60 36
Octal 142 30 372 75 132 0 2 404 140 66
Binary 1100010 11000 11111010 111101 1011010 0 10 100000100 1100000 110110

Color Harmonies of #6218FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218FA

Black with #6218FA

Text Example


Text Example

White with #6218FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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