Html Css Color HEX #6219EB Han Purple

📋 copy color: '#6219EB'

red 98 ◦ green 25 ◦ blue 235

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

Shades of Han Purple #6219EB

Tints of Han Purple #6219EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 27.37%
G = 6.98%
B = 65.64%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6219EB (or 0x6219EB) is known color: Han Purple. HEX triplet: 62, 19 and EB. RGB value is (98,25,235). Sum of RGB (Red+Green+Blue) = 98+25+235=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #6219EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219EB is #9DE614. Grayscale: #464646. Windows color (decimal): -10348053 or 15407458. OLE color: 15407458.

HSL color Cylindrical-coordinate representation of color #6219EB: hue angle of 260.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6219EB is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 25 235 -
CMYK 0.58 0.89 0 0.08
HSL 260.86º 0.84% 0.51% -
HSV(B) 260.86º 0.89% 0.92% -
XYZ 20.38 9.29 79.32 -
YUV 70.77 220.68 147.42 -
System Red Green Blue C M Y K H S L
Decimal 98 25 235 0.58 0.89 0 0.08 260.86 0.84 0.51
Hex 62 19 EB 3A 59 0 8 105 54 33
Octal 142 31 353 72 131 0 10 405 124 63
Binary 1100010 11001 11101011 111010 1011001 0 1000 100000101 1010100 110011

Color Harmonies of #6219EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219EB

Black with #6219EB

Text Example


Text Example

White with #6219EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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