Html Css Color HEX #502CDF Han Purple

📋 copy color: '#502CDF'

red 80 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #502CDF

Tints of Han Purple #502CDF

RGB

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

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

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

R = 23.05%
G = 12.68%
B = 64.27%

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

#502CDF (or 0x502CDF) is known color: Han Purple. HEX triplet: 50, 2C and DF. RGB value is (80,44,223). Sum of RGB (Red+Green+Blue) = 80+44+223=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #502CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CDF is #AFD320. Grayscale: #4A4A4A. Windows color (decimal): -11522849 or 14625872. OLE color: 14625872.

HSL color Cylindrical-coordinate representation of color #502CDF: hue angle of 252.07º degrees, saturation: 0.74, 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 #502CDF is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 44 223 -
CMYK 0.64 0.80 0 0.13
HSL 252.07º 0.74% 0.52% -
HSV(B) 252.07º 0.8% 0.87% -
XYZ 17.53 8.83 70.59 -
YUV 75.17 211.43 131.45 -
System Red Green Blue C M Y K H S L
Decimal 80 44 223 0.64 0.80 0 0.13 252.07 0.74 0.52
Hex 50 2C DF 40 50 0 D FC 4A 34
Octal 120 54 337 100 120 0 15 374 112 64
Binary 1010000 101100 11011111 1000000 1010000 0 1101 11111100 1001010 110100

Color Harmonies of #502CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CDF

Black with #502CDF

Text Example


Text Example

White with #502CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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