Html Css Color HEX #5303EC Han Purple

📋 copy color: '#5303EC'

red 83 ◦ green 3 ◦ blue 236

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

Shades of Han Purple #5303EC

Tints of Han Purple #5303EC

RGB

 RED value IS 83 (32.81% from 255) = 25.78%

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

 BLUE value IS 236 (92.58% from 255) = 73.29%

R = 25.78%
G = 0.93%
B = 73.29%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5303EC (or 0x5303EC) is known color: Han Purple. HEX triplet: 53, 03 and EC. RGB value is (83,3,236). Sum of RGB (Red+Green+Blue) = 83+3+236=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #5303EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5303EC is #ACFC13. Grayscale: #343434. Windows color (decimal): -11336724 or 15467347. OLE color: 15467347.

HSL color Cylindrical-coordinate representation of color #5303EC: hue angle of 260.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303EC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 3 236 -
CMYK 0.65 0.99 0 0.07
HSL 260.6º 0.97% 0.47% -
HSV(B) 260.6º 0.99% 0.93% -
XYZ 18.74 7.96 79.91 -
YUV 53.48 231 149.05 -
System Red Green Blue C M Y K H S L
Decimal 83 3 236 0.65 0.99 0 0.07 260.6 0.97 0.47
Hex 53 3 EC 41 63 0 7 105 61 2F
Octal 123 3 354 101 143 0 7 405 141 57
Binary 1010011 11 11101100 1000001 1100011 0 111 100000101 1100001 101111

Color Harmonies of #5303EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5303EC

Black with #5303EC

Text Example


Text Example

White with #5303EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5303EC; }

 p { color: rgb(83,3,236); }

 H1.HeaderClassName
 {
   color: #5303EC;
 }
 .AnyTagClassName
 {
   color: #5303EC;
 }
</style>

background-color css

<style>
 a { background-color: #5303EC; }

 a { background-color: rgb(83,3,236); }

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

border-color css

<style>
 span { border-color: #5303EC; }

 span { border-color: rgb(83,3,236); }

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