Html Css Color HEX #5213FC Han Purple

📋 copy color: '#5213FC'

red 82 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #5213FC

Tints of Han Purple #5213FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 23.23%
G = 5.38%
B = 71.39%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5213FC (or 0x5213FC) is known color: Han Purple. HEX triplet: 52, 13 and FC. RGB value is (82,19,252). Sum of RGB (Red+Green+Blue) = 82+19+252=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #5213FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213FC is #ADEC03. Grayscale: #3F3F3F. Windows color (decimal): -11398148 or 16520018. OLE color: 16520018.

HSL color Cylindrical-coordinate representation of color #5213FC: hue angle of 256.22º degrees, saturation: 0.97, 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 #5213FC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 19 252 -
CMYK 0.67 0.92 0 0.01
HSL 256.22º 0.97% 0.53% -
HSV(B) 256.22º 0.92% 0.99% -
XYZ 21.28 9.29 92.77 -
YUV 64.4 233.87 140.55 -
System Red Green Blue C M Y K H S L
Decimal 82 19 252 0.67 0.92 0 0.01 256.22 0.97 0.53
Hex 52 13 FC 43 5C 0 1 100 61 35
Octal 122 23 374 103 134 0 1 400 141 65
Binary 1010010 10011 11111100 1000011 1011100 0 1 100000000 1100001 110101

Color Harmonies of #5213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213FC

Black with #5213FC

Text Example


Text Example

White with #5213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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