Html Css Color HEX #5038CA Purple Heart

📋 copy color: '#5038CA'

red 80 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #5038CA

Tints of Purple Heart #5038CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

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

R = 23.67%
G = 16.57%
B = 59.76%

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

#5038CA (or 0x5038CA) is known color: Purple Heart. HEX triplet: 50, 38 and CA. RGB value is (80,56,202). Sum of RGB (Red+Green+Blue) = 80+56+202=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #5038CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038CA is #AFC735. Grayscale: #4F4F4F. Windows color (decimal): -11519798 or 13252688. OLE color: 13252688.

HSL color Cylindrical-coordinate representation of color #5038CA: hue angle of 249.86º 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 #5038CA is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 56 202 -
CMYK 0.60 0.72 0 0.21
HSL 249.86º 0.58% 0.51% -
HSV(B) 249.86º 0.72% 0.79% -
XYZ 15.38 8.8 56.76 -
YUV 79.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 80 56 202 0.60 0.72 0 0.21 249.86 0.58 0.51
Hex 50 38 CA 3C 48 0 15 FA 3A 33
Octal 120 70 312 74 110 0 25 372 72 63
Binary 1010000 111000 11001010 111100 1001000 0 10101 11111010 111010 110011

Color Harmonies of #5038CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038CA

Black with #5038CA

Text Example


Text Example

White with #5038CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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