Html Css Color HEX #6213DF Han Purple

📋 copy color: '#6213DF'

red 98 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #6213DF

Tints of Han Purple #6213DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 28.82%
G = 5.59%
B = 65.59%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6213DF (or 0x6213DF) is known color: Han Purple. HEX triplet: 62, 13 and DF. RGB value is (98,19,223). Sum of RGB (Red+Green+Blue) = 98+19+223=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #6213DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213DF is #9DEC20. Grayscale: #414141. Windows color (decimal): -10349601 or 14619490. OLE color: 14619490.

HSL color Cylindrical-coordinate representation of color #6213DF: hue angle of 263.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6213DF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 19 223 -
CMYK 0.56 0.91 0 0.13
HSL 263.24º 0.84% 0.47% -
HSV(B) 263.24º 0.91% 0.87% -
XYZ 18.59 8.39 70.45 -
YUV 65.88 216.67 150.91 -
System Red Green Blue C M Y K H S L
Decimal 98 19 223 0.56 0.91 0 0.13 263.24 0.84 0.47
Hex 62 13 DF 38 5B 0 D 107 54 2F
Octal 142 23 337 70 133 0 15 407 124 57
Binary 1100010 10011 11011111 111000 1011011 0 1101 100000111 1010100 101111

Color Harmonies of #6213DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213DF

Black with #6213DF

Text Example


Text Example

White with #6213DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6213DF; }

 p { color: rgb(98,19,223); }

 H1.HeaderClassName
 {
   color: #6213DF;
 }
 .AnyTagClassName
 {
   color: #6213DF;
 }
</style>

background-color css

<style>
 a { background-color: #6213DF; }

 a { background-color: rgb(98,19,223); }

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

border-color css

<style>
 span { border-color: #6213DF; }

 span { border-color: rgb(98,19,223); }

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