Html Css Color HEX #502DDF Han Purple

📋 copy color: '#502DDF'

red 80 ◦ green 45 ◦ blue 223

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

Shades of Han Purple #502DDF

Tints of Han Purple #502DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 22.99%
G = 12.93%
B = 64.08%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#502DDF (or 0x502DDF) is known color: Han Purple. HEX triplet: 50, 2D and DF. RGB value is (80,45,223). Sum of RGB (Red+Green+Blue) = 80+45+223=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #502DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DDF is #AFD220. Grayscale: #4B4B4B. Windows color (decimal): -11522593 or 14626128. OLE color: 14626128.

HSL color Cylindrical-coordinate representation of color #502DDF: hue angle of 251.8º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502DDF is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 45 223 -
CMYK 0.64 0.80 0 0.13
HSL 251.8º 0.74% 0.53% -
HSV(B) 251.8º 0.8% 0.87% -
XYZ 17.57 8.91 70.61 -
YUV 75.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 80 45 223 0.64 0.80 0 0.13 251.8 0.74 0.53
Hex 50 2D DF 40 50 0 D FC 4A 35
Octal 120 55 337 100 120 0 15 374 112 65
Binary 1010000 101101 11011111 1000000 1010000 0 1101 11111100 1001010 110101

Color Harmonies of #502DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DDF

Black with #502DDF

Text Example


Text Example

White with #502DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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