Html Css Color HEX #6213FE Han Purple

📋 copy color: '#6213FE'

red 98 ◦ green 19 ◦ blue 254

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

Shades of Han Purple #6213FE

Tints of Han Purple #6213FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 26.42%
G = 5.12%
B = 68.46%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6213FE (or 0x6213FE) is known color: Han Purple. HEX triplet: 62, 13 and FE. RGB value is (98,19,254). Sum of RGB (Red+Green+Blue) = 98+19+254=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6213FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6213FE is #9DEC01. Grayscale: #444444. Windows color (decimal): -10349570 or 16651106. OLE color: 16651106.

HSL color Cylindrical-coordinate representation of color #6213FE: hue angle of 260.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6213FE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 19 254 -
CMYK 0.61 0.93 0 0.00
HSL 260.17º 0.99% 0.54% -
HSV(B) 260.17º 0.93% 1% -
XYZ 23.16 10.22 94.52 -
YUV 69.41 232.17 148.39 -
System Red Green Blue C M Y K H S L
Decimal 98 19 254 0.61 0.93 0 0.00 260.17 0.99 0.54
Hex 62 13 FE 3D 5D 0 0 104 63 36
Octal 142 23 376 75 135 0 0 404 143 66
Binary 1100010 10011 11111110 111101 1011101 0 0 100000100 1100011 110110

Color Harmonies of #6213FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213FE

Black with #6213FE

Text Example


Text Example

White with #6213FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6213FE; }

 p { color: rgb(98,19,254); }

 H1.HeaderClassName
 {
   color: #6213FE;
 }
 .AnyTagClassName
 {
   color: #6213FE;
 }
</style>

background-color css

<style>
 a { background-color: #6213FE; }

 a { background-color: rgb(98,19,254); }

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

border-color css

<style>
 span { border-color: #6213FE; }

 span { border-color: rgb(98,19,254); }

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