Html Css Color HEX #6214DE Han Purple

📋 copy color: '#6214DE'

red 98 ◦ green 20 ◦ blue 222

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

Shades of Han Purple #6214DE

Tints of Han Purple #6214DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.29%

R = 28.82%
G = 5.88%
B = 65.29%

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

#6214DE (or 0x6214DE) is known color: Han Purple. HEX triplet: 62, 14 and DE. RGB value is (98,20,222). Sum of RGB (Red+Green+Blue) = 98+20+222=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #6214DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6214DE is #9DEB21. Grayscale: #414141. Windows color (decimal): -10349346 or 14554210. OLE color: 14554210.

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

Color convert

RGB 98 20 222 -
CMYK 0.56 0.91 0 0.13
HSL 263.17º 0.83% 0.47% -
HSV(B) 263.17º 0.91% 0.87% -
XYZ 18.47 8.37 69.75 -
YUV 66.35 215.84 150.57 -
System Red Green Blue C M Y K H S L
Decimal 98 20 222 0.56 0.91 0 0.13 263.17 0.83 0.47
Hex 62 14 DE 38 5B 0 D 107 53 2F
Octal 142 24 336 70 133 0 15 407 123 57
Binary 1100010 10100 11011110 111000 1011011 0 1101 100000111 1010011 101111

Color Harmonies of #6214DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6214DE

Black with #6214DE

Text Example


Text Example

White with #6214DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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