Html Css Color HEX #5203EF Han Purple

📋 copy color: '#5203EF'

red 82 ◦ green 3 ◦ blue 239

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

Shades of Han Purple #5203EF

Tints of Han Purple #5203EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 239 (93.75% from 255) = 73.77%

R = 25.31%
G = 0.93%
B = 73.77%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5203EF (or 0x5203EF) is known color: Han Purple. HEX triplet: 52, 03 and EF. RGB value is (82,3,239). Sum of RGB (Red+Green+Blue) = 82+3+239=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #5203EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5203EF is #ADFC10. Grayscale: #343434. Windows color (decimal): -11402257 or 15663954. OLE color: 15663954.

HSL color Cylindrical-coordinate representation of color #5203EF: hue angle of 260.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5203EF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 3 239 -
CMYK 0.66 0.99 0 0.06
HSL 260.08º 0.98% 0.47% -
HSV(B) 260.08º 0.99% 0.94% -
XYZ 19.09 8.09 82.22 -
YUV 53.53 232.67 148.31 -
System Red Green Blue C M Y K H S L
Decimal 82 3 239 0.66 0.99 0 0.06 260.08 0.98 0.47
Hex 52 3 EF 42 63 0 6 104 62 2F
Octal 122 3 357 102 143 0 6 404 142 57
Binary 1010010 11 11101111 1000010 1100011 0 110 100000100 1100010 101111

Color Harmonies of #5203EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5203EF

Black with #5203EF

Text Example


Text Example

White with #5203EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5203EF; }

 p { color: rgb(82,3,239); }

 H1.HeaderClassName
 {
   color: #5203EF;
 }
 .AnyTagClassName
 {
   color: #5203EF;
 }
</style>

background-color css

<style>
 a { background-color: #5203EF; }

 a { background-color: rgb(82,3,239); }

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

border-color css

<style>
 span { border-color: #5203EF; }

 span { border-color: rgb(82,3,239); }

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