Html Css Color HEX #5213D5 Han Purple

📋 copy color: '#5213D5'

red 82 ◦ green 19 ◦ blue 213

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

Shades of Han Purple #5213D5

Tints of Han Purple #5213D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.83%

R = 26.11%
G = 6.05%
B = 67.83%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5213D5 (or 0x5213D5) is known color: Han Purple. HEX triplet: 52, 13 and D5. RGB value is (82,19,213). Sum of RGB (Red+Green+Blue) = 82+19+213=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #5213D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5213D5 is #ADEC2A. Grayscale: #3B3B3B. Windows color (decimal): -11398187 or 13964114. OLE color: 13964114.

HSL color Cylindrical-coordinate representation of color #5213D5: hue angle of 259.48º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5213D5 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 19 213 -
CMYK 0.62 0.91 0 0.16
HSL 259.48º 0.84% 0.45% -
HSV(B) 259.48º 0.91% 0.84% -
XYZ 15.72 7.06 63.49 -
YUV 59.95 214.37 143.73 -
System Red Green Blue C M Y K H S L
Decimal 82 19 213 0.62 0.91 0 0.16 259.48 0.84 0.45
Hex 52 13 D5 3E 5B 0 10 103 54 2D
Octal 122 23 325 76 133 0 20 403 124 55
Binary 1010010 10011 11010101 111110 1011011 0 10000 100000011 1010100 101101

Color Harmonies of #5213D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213D5

Black with #5213D5

Text Example


Text Example

White with #5213D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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