Html Css Color HEX #5213FA Han Purple

📋 copy color: '#5213FA'

red 82 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #5213FA

Tints of Han Purple #5213FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 23.36%
G = 5.41%
B = 71.23%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5213FA (or 0x5213FA) is known color: Han Purple. HEX triplet: 52, 13 and FA. RGB value is (82,19,250). Sum of RGB (Red+Green+Blue) = 82+19+250=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5213FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213FA is #ADEC05. Grayscale: #3F3F3F. Windows color (decimal): -11398150 or 16388946. OLE color: 16388946.

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

Color convert

RGB 82 19 250 -
CMYK 0.67 0.92 0 0.02
HSL 256.36º 0.96% 0.53% -
HSV(B) 256.36º 0.92% 0.98% -
XYZ 20.97 9.16 91.11 -
YUV 64.17 232.87 140.72 -
System Red Green Blue C M Y K H S L
Decimal 82 19 250 0.67 0.92 0 0.02 256.36 0.96 0.53
Hex 52 13 FA 43 5C 0 2 100 60 35
Octal 122 23 372 103 134 0 2 400 140 65
Binary 1010010 10011 11111010 1000011 1011100 0 10 100000000 1100000 110101

Color Harmonies of #5213FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213FA

Black with #5213FA

Text Example


Text Example

White with #5213FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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