Html Css Color HEX #5212DB Han Purple

📋 copy color: '#5212DB'

red 82 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #5212DB

Tints of Han Purple #5212DB

RGB

 RED value IS 82 (32.42% from 255) = 25.71%

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

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

R = 25.71%
G = 5.64%
B = 68.65%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5212DB (or 0x5212DB) is known color: Han Purple. HEX triplet: 52, 12 and DB. RGB value is (82,18,219). Sum of RGB (Red+Green+Blue) = 82+18+219=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #5212DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5212DB is #ADED24. Grayscale: #3B3B3B. Windows color (decimal): -11398437 or 14357074. OLE color: 14357074.

HSL color Cylindrical-coordinate representation of color #5212DB: hue angle of 259.1º 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 #5212DB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 18 219 -
CMYK 0.63 0.92 0 0.14
HSL 259.1º 0.85% 0.46% -
HSV(B) 259.1º 0.92% 0.86% -
XYZ 16.48 7.34 67.57 -
YUV 60.05 217.7 143.66 -
System Red Green Blue C M Y K H S L
Decimal 82 18 219 0.63 0.92 0 0.14 259.1 0.85 0.46
Hex 52 12 DB 3F 5C 0 E 103 55 2E
Octal 122 22 333 77 134 0 16 403 125 56
Binary 1010010 10010 11011011 111111 1011100 0 1110 100000011 1010101 101110

Color Harmonies of #5212DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5212DB

Black with #5212DB

Text Example


Text Example

White with #5212DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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