Html Css Color HEX #6219FA Han Purple

📋 copy color: '#6219FA'

red 98 ◦ green 25 ◦ blue 250

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

Shades of Han Purple #6219FA

Tints of Han Purple #6219FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.7%

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

R = 26.27%
G = 6.7%
B = 67.02%

CMYK

 C value IS 0.61

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6219FA (or 0x6219FA) is known color: Han Purple. HEX triplet: 62, 19 and FA. RGB value is (98,25,250). Sum of RGB (Red+Green+Blue) = 98+25+250=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #6219FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219FA is #9DE605. Grayscale: #474747. Windows color (decimal): -10348038 or 16390498. OLE color: 16390498.

HSL color Cylindrical-coordinate representation of color #6219FA: hue angle of 259.47º 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 #6219FA is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 98 25 250 -
CMYK 0.61 0.9 0 0.02
HSL 259.47º 0.96% 0.54% -
HSV(B) 259.47º 0.9% 0.98% -
XYZ 22.64 10.19 91.22 -
YUV 72.48 228.18 146.2 -
System Red Green Blue C M Y K H S L
Decimal 98 25 250 0.61 0.9 0 0.02 259.47 0.96 0.54
Hex 62 19 FA 3D 5A 0 2 103 60 36
Octal 142 31 372 75 132 0 2 403 140 66
Binary 1100010 11001 11111010 111101 1011010 0 10 100000011 1100000 110110

Color Harmonies of #6219FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219FA

Black with #6219FA

Text Example


Text Example

White with #6219FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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