Html Css Color HEX #6219EF Han Purple

📋 copy color: '#6219EF'

red 98 ◦ green 25 ◦ blue 239

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

Shades of Han Purple #6219EF

Tints of Han Purple #6219EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 27.07%
G = 6.91%
B = 66.02%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6219EF (or 0x6219EF) is known color: Han Purple. HEX triplet: 62, 19 and EF. RGB value is (98,25,239). Sum of RGB (Red+Green+Blue) = 98+25+239=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #6219EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6219EF is #9DE610. Grayscale: #464646. Windows color (decimal): -10348049 or 15669602. OLE color: 15669602.

HSL color Cylindrical-coordinate representation of color #6219EF: hue angle of 260.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6219EF is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 25 239 -
CMYK 0.59 0.90 0 0.06
HSL 260.47º 0.87% 0.52% -
HSV(B) 260.47º 0.9% 0.94% -
XYZ 20.96 9.52 82.39 -
YUV 71.22 222.68 147.1 -
System Red Green Blue C M Y K H S L
Decimal 98 25 239 0.59 0.90 0 0.06 260.47 0.87 0.52
Hex 62 19 EF 3B 5A 0 6 104 57 34
Octal 142 31 357 73 132 0 6 404 127 64
Binary 1100010 11001 11101111 111011 1011010 0 110 100000100 1010111 110100

Color Harmonies of #6219EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219EF

Black with #6219EF

Text Example


Text Example

White with #6219EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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