Html Css Color HEX #620EDB Han Purple

📋 copy color: '#620EDB'

red 98 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #620EDB

Tints of Han Purple #620EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.23%

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 29.61%
G = 4.23%
B = 66.16%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#620EDB (or 0x620EDB) is known color: Han Purple. HEX triplet: 62, 0E and DB. RGB value is (98,14,219). Sum of RGB (Red+Green+Blue) = 98+14+219=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #620EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620EDB is #9DF124. Grayscale: #3D3D3D. Windows color (decimal): -10350885 or 14356066. OLE color: 14356066.

HSL color Cylindrical-coordinate representation of color #620EDB: hue angle of 264.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #620EDB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 14 219 -
CMYK 0.55 0.94 0 0.14
HSL 264.59º 0.88% 0.46% -
HSV(B) 264.59º 0.94% 0.86% -
XYZ 17.98 8.03 67.62 -
YUV 62.49 216.33 153.33 -
System Red Green Blue C M Y K H S L
Decimal 98 14 219 0.55 0.94 0 0.14 264.59 0.88 0.46
Hex 62 E DB 37 5E 0 E 109 58 2E
Octal 142 16 333 67 136 0 16 411 130 56
Binary 1100010 1110 11011011 110111 1011110 0 1110 100001001 1011000 101110

Color Harmonies of #620EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620EDB

Black with #620EDB

Text Example


Text Example

White with #620EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620EDB; }

 p { color: rgb(98,14,219); }

 H1.HeaderClassName
 {
   color: #620EDB;
 }
 .AnyTagClassName
 {
   color: #620EDB;
 }
</style>

background-color css

<style>
 a { background-color: #620EDB; }

 a { background-color: rgb(98,14,219); }

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

border-color css

<style>
 span { border-color: #620EDB; }

 span { border-color: rgb(98,14,219); }

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