Html Css Color HEX #6213DC Han Purple

📋 copy color: '#6213DC'

red 98 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #6213DC

Tints of Han Purple #6213DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 29.08%
G = 5.64%
B = 65.28%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6213DC (or 0x6213DC) is known color: Han Purple. HEX triplet: 62, 13 and DC. RGB value is (98,19,220). Sum of RGB (Red+Green+Blue) = 98+19+220=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6213DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213DC is #9DEC23. Grayscale: #404040. Windows color (decimal): -10349604 or 14422882. OLE color: 14422882.

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

Color convert

RGB 98 19 220 -
CMYK 0.55 0.91 0 0.14
HSL 263.58º 0.84% 0.47% -
HSV(B) 263.58º 0.91% 0.86% -
XYZ 18.19 8.23 68.34 -
YUV 65.54 215.17 151.16 -
System Red Green Blue C M Y K H S L
Decimal 98 19 220 0.55 0.91 0 0.14 263.58 0.84 0.47
Hex 62 13 DC 37 5B 0 E 108 54 2F
Octal 142 23 334 67 133 0 16 410 124 57
Binary 1100010 10011 11011100 110111 1011011 0 1110 100001000 1010100 101111

Color Harmonies of #6213DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213DC

Black with #6213DC

Text Example


Text Example

White with #6213DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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