Html Css Color HEX #5213DF Han Purple

📋 copy color: '#5213DF'

red 82 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #5213DF

Tints of Han Purple #5213DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 25.31%
G = 5.86%
B = 68.83%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5213DF (or 0x5213DF) is known color: Han Purple. HEX triplet: 52, 13 and DF. RGB value is (82,19,223). Sum of RGB (Red+Green+Blue) = 82+19+223=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #5213DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213DF is #ADEC20. Grayscale: #3C3C3C. Windows color (decimal): -11398177 or 14619474. OLE color: 14619474.

HSL color Cylindrical-coordinate representation of color #5213DF: hue angle of 258.53º degrees, saturation: 0.84, 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 #5213DF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 19 223 -
CMYK 0.63 0.91 0 0.13
HSL 258.53º 0.84% 0.47% -
HSV(B) 258.53º 0.91% 0.87% -
XYZ 17.03 7.59 70.38 -
YUV 61.09 219.37 142.91 -
System Red Green Blue C M Y K H S L
Decimal 82 19 223 0.63 0.91 0 0.13 258.53 0.84 0.47
Hex 52 13 DF 3F 5B 0 D 103 54 2F
Octal 122 23 337 77 133 0 15 403 124 57
Binary 1010010 10011 11011111 111111 1011011 0 1101 100000011 1010100 101111

Color Harmonies of #5213DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213DF

Black with #5213DF

Text Example


Text Example

White with #5213DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5213DF; }

 p { color: rgb(82,19,223); }

 H1.HeaderClassName
 {
   color: #5213DF;
 }
 .AnyTagClassName
 {
   color: #5213DF;
 }
</style>

background-color css

<style>
 a { background-color: #5213DF; }

 a { background-color: rgb(82,19,223); }

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

border-color css

<style>
 span { border-color: #5213DF; }

 span { border-color: rgb(82,19,223); }

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