Html Css Color HEX #502DFB Han Purple

📋 copy color: '#502DFB'

red 80 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #502DFB

Tints of Han Purple #502DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.97%

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 21.28%
G = 11.97%
B = 66.76%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#502DFB (or 0x502DFB) is known color: Han Purple. HEX triplet: 50, 2D and FB. RGB value is (80,45,251). Sum of RGB (Red+Green+Blue) = 80+45+251=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #502DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DFB is #AFD204. Grayscale: #4E4E4E. Windows color (decimal): -11522565 or 16461136. OLE color: 16461136.

HSL color Cylindrical-coordinate representation of color #502DFB: hue angle of 250.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502DFB is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 45 251 -
CMYK 0.68 0.82 0 0.02
HSL 250.19º 0.96% 0.58% -
HSV(B) 250.19º 0.82% 0.98% -
XYZ 21.66 10.55 92.16 -
YUV 78.95 225.1 128.75 -
System Red Green Blue C M Y K H S L
Decimal 80 45 251 0.68 0.82 0 0.02 250.19 0.96 0.58
Hex 50 2D FB 44 52 0 2 FA 60 3A
Octal 120 55 373 104 122 0 2 372 140 72
Binary 1010000 101101 11111011 1000100 1010010 0 10 11111010 1100000 111010

Color Harmonies of #502DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DFB

Black with #502DFB

Text Example


Text Example

White with #502DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,45,251); }

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

background-color css

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

 a { background-color: rgb(80,45,251); }

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

border-color css

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

 span { border-color: rgb(80,45,251); }

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