Html Css Color HEX #6219FC Han Purple

📋 copy color: '#6219FC'

red 98 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #6219FC

Tints of Han Purple #6219FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 26.13%
G = 6.67%
B = 67.2%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6219FC (or 0x6219FC) is known color: Han Purple. HEX triplet: 62, 19 and FC. RGB value is (98,25,252). Sum of RGB (Red+Green+Blue) = 98+25+252=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #6219FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219FC is #9DE603. Grayscale: #474747. Windows color (decimal): -10348036 or 16521570. OLE color: 16521570.

HSL color Cylindrical-coordinate representation of color #6219FC: hue angle of 259.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6219FC is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 25 252 -
CMYK 0.61 0.90 0 0.01
HSL 259.3º 0.97% 0.54% -
HSV(B) 259.3º 0.9% 0.99% -
XYZ 22.96 10.32 92.88 -
YUV 72.71 229.18 146.04 -
System Red Green Blue C M Y K H S L
Decimal 98 25 252 0.61 0.90 0 0.01 259.3 0.97 0.54
Hex 62 19 FC 3D 5A 0 1 103 61 36
Octal 142 31 374 75 132 0 1 403 141 66
Binary 1100010 11001 11111100 111101 1011010 0 1 100000011 1100001 110110

Color Harmonies of #6219FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219FC

Black with #6219FC

Text Example


Text Example

White with #6219FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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