Html Css Color HEX #502CDD Han Purple

📋 copy color: '#502CDD'

red 80 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #502CDD

Tints of Han Purple #502CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 23.19%
G = 12.75%
B = 64.06%

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

#502CDD (or 0x502CDD) is known color: Han Purple. HEX triplet: 50, 2C and DD. RGB value is (80,44,221). Sum of RGB (Red+Green+Blue) = 80+44+221=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #502CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CDD is #AFD322. Grayscale: #4A4A4A. Windows color (decimal): -11522851 or 14494800. OLE color: 14494800.

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

Color convert

RGB 80 44 221 -
CMYK 0.64 0.80 0 0.13
HSL 252.2º 0.72% 0.52% -
HSV(B) 252.2º 0.8% 0.87% -
XYZ 17.26 8.73 69.18 -
YUV 74.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 80 44 221 0.64 0.80 0 0.13 252.2 0.72 0.52
Hex 50 2C DD 40 50 0 D FC 48 34
Octal 120 54 335 100 120 0 15 374 110 64
Binary 1010000 101100 11011101 1000000 1010000 0 1101 11111100 1001000 110100

Color Harmonies of #502CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CDD

Black with #502CDD

Text Example


Text Example

White with #502CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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