Html Css Color HEX #6217FA Han Purple

📋 copy color: '#6217FA'

red 98 ◦ green 23 ◦ blue 250

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

Shades of Han Purple #6217FA

Tints of Han Purple #6217FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 26.42%
G = 6.2%
B = 67.39%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6217FA (or 0x6217FA) is known color: Han Purple. HEX triplet: 62, 17 and FA. RGB value is (98,23,250). Sum of RGB (Red+Green+Blue) = 98+23+250=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6217FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6217FA is #9DE805. Grayscale: #464646. Windows color (decimal): -10348550 or 16389986. OLE color: 16389986.

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

Color convert

RGB 98 23 250 -
CMYK 0.61 0.91 0 0.02
HSL 259.82º 0.96% 0.54% -
HSV(B) 259.82º 0.91% 0.98% -
XYZ 22.6 10.11 91.2 -
YUV 71.3 228.85 147.04 -
System Red Green Blue C M Y K H S L
Decimal 98 23 250 0.61 0.91 0 0.02 259.82 0.96 0.54
Hex 62 17 FA 3D 5B 0 2 104 60 36
Octal 142 27 372 75 133 0 2 404 140 66
Binary 1100010 10111 11111010 111101 1011011 0 10 100000100 1100000 110110

Color Harmonies of #6217FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217FA

Black with #6217FA

Text Example


Text Example

White with #6217FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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