Html Css Color HEX #502CED Han Purple

📋 copy color: '#502CED'

red 80 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #502CED

Tints of Han Purple #502CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 22.16%
G = 12.19%
B = 65.65%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#502CED (or 0x502CED) is known color: Han Purple. HEX triplet: 50, 2C and ED. RGB value is (80,44,237). Sum of RGB (Red+Green+Blue) = 80+44+237=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #502CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502CED is #AFD312. Grayscale: #4C4C4C. Windows color (decimal): -11522835 or 15543376. OLE color: 15543376.

HSL color Cylindrical-coordinate representation of color #502CED: hue angle of 251.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502CED is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 44 237 -
CMYK 0.66 0.81 0 0.07
HSL 251.19º 0.84% 0.55% -
HSV(B) 251.19º 0.81% 0.93% -
XYZ 19.5 9.62 80.95 -
YUV 76.77 218.43 130.31 -
System Red Green Blue C M Y K H S L
Decimal 80 44 237 0.66 0.81 0 0.07 251.19 0.84 0.55
Hex 50 2C ED 42 51 0 7 FB 54 37
Octal 120 54 355 102 121 0 7 373 124 67
Binary 1010000 101100 11101101 1000010 1010001 0 111 11111011 1010100 110111

Color Harmonies of #502CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502CED

Black with #502CED

Text Example


Text Example

White with #502CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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