Html Css Color HEX #6210DB Han Purple

📋 copy color: '#6210DB'

red 98 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #6210DB

Tints of Han Purple #6210DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 29.43%
G = 4.8%
B = 65.77%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6210DB (or 0x6210DB) is known color: Han Purple. HEX triplet: 62, 10 and DB. RGB value is (98,16,219). Sum of RGB (Red+Green+Blue) = 98+16+219=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6210DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210DB is #9DEF24. Grayscale: #3E3E3E. Windows color (decimal): -10350373 or 14356578. OLE color: 14356578.

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

Color convert

RGB 98 16 219 -
CMYK 0.55 0.93 0 0.14
HSL 264.24º 0.86% 0.46% -
HSV(B) 264.24º 0.93% 0.86% -
XYZ 18.01 8.08 67.63 -
YUV 63.66 215.67 152.49 -
System Red Green Blue C M Y K H S L
Decimal 98 16 219 0.55 0.93 0 0.14 264.24 0.86 0.46
Hex 62 10 DB 37 5D 0 E 108 56 2E
Octal 142 20 333 67 135 0 16 410 126 56
Binary 1100010 10000 11011011 110111 1011101 0 1110 100001000 1010110 101110

Color Harmonies of #6210DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210DB

Black with #6210DB

Text Example


Text Example

White with #6210DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6210DB; }

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

 H1.HeaderClassName
 {
   color: #6210DB;
 }
 .AnyTagClassName
 {
   color: #6210DB;
 }
</style>

background-color css

<style>
 a { background-color: #6210DB; }

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

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

border-color css

<style>
 span { border-color: #6210DB; }

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

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