Html Css Color HEX #502DCE Purple Heart

📋 copy color: '#502DCE'

red 80 ◦ green 45 ◦ blue 206

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

Shades of Purple Heart #502DCE

Tints of Purple Heart #502DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 24.17%
G = 13.6%
B = 62.24%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#502DCE (or 0x502DCE) is known color: Purple Heart. HEX triplet: 50, 2D and CE. RGB value is (80,45,206). Sum of RGB (Red+Green+Blue) = 80+45+206=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #502DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502DCE is #AFD231. Grayscale: #494949. Windows color (decimal): -11522610 or 13512016. OLE color: 13512016.

HSL color Cylindrical-coordinate representation of color #502DCE: hue angle of 253.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502DCE is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 45 206 -
CMYK 0.61 0.78 0 0.19
HSL 253.04º 0.64% 0.49% -
HSV(B) 253.04º 0.78% 0.81% -
XYZ 15.39 8.04 59.13 -
YUV 73.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 80 45 206 0.61 0.78 0 0.19 253.04 0.64 0.49
Hex 50 2D CE 3D 4E 0 13 FD 40 31
Octal 120 55 316 75 116 0 23 375 100 61
Binary 1010000 101101 11001110 111101 1001110 0 10011 11111101 1000000 110001

Color Harmonies of #502DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DCE

Black with #502DCE

Text Example


Text Example

White with #502DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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