Html Css Color HEX #6212DB Han Purple

📋 copy color: '#6212DB'

red 98 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #6212DB

Tints of Han Purple #6212DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 29.25%
G = 5.37%
B = 65.37%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6212DB (or 0x6212DB) is known color: Han Purple. HEX triplet: 62, 12 and DB. RGB value is (98,18,219). Sum of RGB (Red+Green+Blue) = 98+18+219=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #6212DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212DB is #9DED24. Grayscale: #404040. Windows color (decimal): -10349861 or 14357090. OLE color: 14357090.

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

Color convert

RGB 98 18 219 -
CMYK 0.55 0.92 0 0.14
HSL 263.88º 0.85% 0.46% -
HSV(B) 263.88º 0.92% 0.86% -
XYZ 18.04 8.14 67.64 -
YUV 64.83 215 151.66 -
System Red Green Blue C M Y K H S L
Decimal 98 18 219 0.55 0.92 0 0.14 263.88 0.85 0.46
Hex 62 12 DB 37 5C 0 E 108 55 2E
Octal 142 22 333 67 134 0 16 410 125 56
Binary 1100010 10010 11011011 110111 1011100 0 1110 100001000 1010101 101110

Color Harmonies of #6212DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212DB

Black with #6212DB

Text Example


Text Example

White with #6212DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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