Html Css Color HEX #502CF8 Han Purple

📋 copy color: '#502CF8'

red 80 ◦ green 44 ◦ blue 248

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

Shades of Han Purple #502CF8

Tints of Han Purple #502CF8

RGB

 RED value IS 80 (31.64% from 255) = 21.51%

 GREEN value IS 44 (17.58% from 255) = 11.83%

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 21.51%
G = 11.83%
B = 66.67%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#502CF8 (or 0x502CF8) is known color: Han Purple. HEX triplet: 50, 2C and F8. RGB value is (80,44,248). Sum of RGB (Red+Green+Blue) = 80+44+248=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #502CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502CF8 is #AFD307. Grayscale: #4D4D4D. Windows color (decimal): -11522824 or 16264272. OLE color: 16264272.

HSL color Cylindrical-coordinate representation of color #502CF8: hue angle of 250.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502CF8 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 44 248 -
CMYK 0.68 0.82 0 0.03
HSL 250.59º 0.94% 0.57% -
HSV(B) 250.59º 0.82% 0.97% -
XYZ 21.15 10.28 89.68 -
YUV 78.02 223.93 129.41 -
System Red Green Blue C M Y K H S L
Decimal 80 44 248 0.68 0.82 0 0.03 250.59 0.94 0.57
Hex 50 2C F8 44 52 0 3 FB 5E 39
Octal 120 54 370 104 122 0 3 373 136 71
Binary 1010000 101100 11111000 1000100 1010010 0 11 11111011 1011110 111001

Color Harmonies of #502CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CF8

Black with #502CF8

Text Example


Text Example

White with #502CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502CF8; }

 p { color: rgb(80,44,248); }

 H1.HeaderClassName
 {
   color: #502CF8;
 }
 .AnyTagClassName
 {
   color: #502CF8;
 }
</style>

background-color css

<style>
 a { background-color: #502CF8; }

 a { background-color: rgb(80,44,248); }

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

border-color css

<style>
 span { border-color: #502CF8; }

 span { border-color: rgb(80,44,248); }

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