Html Css Color HEX #6214DC Han Purple

📋 copy color: '#6214DC'

red 98 ◦ green 20 ◦ blue 220

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

Shades of Han Purple #6214DC

Tints of Han Purple #6214DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 28.99%
G = 5.92%
B = 65.09%

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

#6214DC (or 0x6214DC) is known color: Han Purple. HEX triplet: 62, 14 and DC. RGB value is (98,20,220). Sum of RGB (Red+Green+Blue) = 98+20+220=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #6214DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214DC is #9DEB23. Grayscale: #414141. Windows color (decimal): -10349348 or 14423138. OLE color: 14423138.

HSL color Cylindrical-coordinate representation of color #6214DC: hue angle of 263.4º degrees, saturation: 0.83, 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 #6214DC is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 20 220 -
CMYK 0.55 0.91 0 0.14
HSL 263.4º 0.83% 0.47% -
HSV(B) 263.4º 0.91% 0.86% -
XYZ 18.21 8.26 68.35 -
YUV 66.12 214.84 150.74 -
System Red Green Blue C M Y K H S L
Decimal 98 20 220 0.55 0.91 0 0.14 263.4 0.83 0.47
Hex 62 14 DC 37 5B 0 E 107 53 2F
Octal 142 24 334 67 133 0 16 407 123 57
Binary 1100010 10100 11011100 110111 1011011 0 1110 100000111 1010011 101111

Color Harmonies of #6214DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6214DC

Black with #6214DC

Text Example


Text Example

White with #6214DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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