Html Css Color HEX #6219FD Han Purple

📋 copy color: '#6219FD'

red 98 ◦ green 25 ◦ blue 253

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

Shades of Han Purple #6219FD

Tints of Han Purple #6219FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 26.06%
G = 6.65%
B = 67.29%

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

#6219FD (or 0x6219FD) is known color: Han Purple. HEX triplet: 62, 19 and FD. RGB value is (98,25,253). Sum of RGB (Red+Green+Blue) = 98+25+253=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #6219FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219FD is #9DE602. Grayscale: #474747. Windows color (decimal): -10348035 or 16587106. OLE color: 16587106.

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

Color convert

RGB 98 25 253 -
CMYK 0.61 0.90 0 0.01
HSL 259.21º 0.98% 0.55% -
HSV(B) 259.21º 0.9% 0.99% -
XYZ 23.11 10.38 93.71 -
YUV 72.82 229.68 145.96 -
System Red Green Blue C M Y K H S L
Decimal 98 25 253 0.61 0.90 0 0.01 259.21 0.98 0.55
Hex 62 19 FD 3D 5A 0 1 103 62 37
Octal 142 31 375 75 132 0 1 403 142 67
Binary 1100010 11001 11111101 111101 1011010 0 1 100000011 1100010 110111

Color Harmonies of #6219FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219FD

Black with #6219FD

Text Example


Text Example

White with #6219FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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