Html Css Color HEX #502DFD Han Purple

📋 copy color: '#502DFD'

red 80 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #502DFD

Tints of Han Purple #502DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 21.16%
G = 11.9%
B = 66.93%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#502DFD (or 0x502DFD) is known color: Han Purple. HEX triplet: 50, 2D and FD. RGB value is (80,45,253). Sum of RGB (Red+Green+Blue) = 80+45+253=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #502DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DFD is #AFD202. Grayscale: #4E4E4E. Windows color (decimal): -11522563 or 16592208. OLE color: 16592208.

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

Color convert

RGB 80 45 253 -
CMYK 0.68 0.82 0 0.01
HSL 250.1º 0.98% 0.58% -
HSV(B) 250.1º 0.82% 0.99% -
XYZ 21.98 10.67 93.83 -
YUV 79.18 226.1 128.59 -
System Red Green Blue C M Y K H S L
Decimal 80 45 253 0.68 0.82 0 0.01 250.1 0.98 0.58
Hex 50 2D FD 44 52 0 1 FA 62 3A
Octal 120 55 375 104 122 0 1 372 142 72
Binary 1010000 101101 11111101 1000100 1010010 0 1 11111010 1100010 111010

Color Harmonies of #502DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DFD

Black with #502DFD

Text Example


Text Example

White with #502DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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