Html Css Color HEX #5213FD Han Purple

📋 copy color: '#5213FD'

red 82 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #5213FD

Tints of Han Purple #5213FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.47%

R = 23.16%
G = 5.37%
B = 71.47%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5213FD (or 0x5213FD) is known color: Han Purple. HEX triplet: 52, 13 and FD. RGB value is (82,19,253). Sum of RGB (Red+Green+Blue) = 82+19+253=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #5213FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213FD is #ADEC02. Grayscale: #3F3F3F. Windows color (decimal): -11398147 or 16585554. OLE color: 16585554.

HSL color Cylindrical-coordinate representation of color #5213FD: hue angle of 256.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5213FD is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 19 253 -
CMYK 0.68 0.92 0 0.01
HSL 256.15º 0.98% 0.53% -
HSV(B) 256.15º 0.92% 0.99% -
XYZ 21.44 9.35 93.6 -
YUV 64.51 234.37 140.47 -
System Red Green Blue C M Y K H S L
Decimal 82 19 253 0.68 0.92 0 0.01 256.15 0.98 0.53
Hex 52 13 FD 44 5C 0 1 100 62 35
Octal 122 23 375 104 134 0 1 400 142 65
Binary 1010010 10011 11111101 1000100 1011100 0 1 100000000 1100010 110101

Color Harmonies of #5213FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213FD

Black with #5213FD

Text Example


Text Example

White with #5213FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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