Html Css Color HEX #5039CA Purple Heart

📋 copy color: '#5039CA'

red 80 ◦ green 57 ◦ blue 202

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

Shades of Purple Heart #5039CA

Tints of Purple Heart #5039CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 202 (79.3% from 255) = 59.59%

R = 23.6%
G = 16.81%
B = 59.59%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5039CA (or 0x5039CA) is known color: Purple Heart. HEX triplet: 50, 39 and CA. RGB value is (80,57,202). Sum of RGB (Red+Green+Blue) = 80+57+202=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #5039CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039CA is #AFC635. Grayscale: #4F4F4F. Windows color (decimal): -11519542 or 13252944. OLE color: 13252944.

HSL color Cylindrical-coordinate representation of color #5039CA: hue angle of 249.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5039CA is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 57 202 -
CMYK 0.60 0.72 0 0.21
HSL 249.52º 0.58% 0.51% -
HSV(B) 249.52º 0.72% 0.79% -
XYZ 15.43 8.9 56.78 -
YUV 80.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 80 57 202 0.60 0.72 0 0.21 249.52 0.58 0.51
Hex 50 39 CA 3C 48 0 15 FA 3A 33
Octal 120 71 312 74 110 0 25 372 72 63
Binary 1010000 111001 11001010 111100 1001000 0 10101 11111010 111010 110011

Color Harmonies of #5039CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5039CA

Black with #5039CA

Text Example


Text Example

White with #5039CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5039CA; }

 p { color: rgb(80,57,202); }

 H1.HeaderClassName
 {
   color: #5039CA;
 }
 .AnyTagClassName
 {
   color: #5039CA;
 }
</style>

background-color css

<style>
 a { background-color: #5039CA; }

 a { background-color: rgb(80,57,202); }

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

border-color css

<style>
 span { border-color: #5039CA; }

 span { border-color: rgb(80,57,202); }

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