Html Css Color HEX #5038B5 Purple Heart

📋 copy color: '#5038B5'

red 80 ◦ green 56 ◦ blue 181

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

Shades of Purple Heart #5038B5

Tints of Purple Heart #5038B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.1%

R = 25.24%
G = 17.67%
B = 57.1%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5038B5 (or 0x5038B5) is known color: Purple Heart. HEX triplet: 50, 38 and B5. RGB value is (80,56,181). Sum of RGB (Red+Green+Blue) = 80+56+181=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #5038B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038B5 is #AFC74A. Grayscale: #4C4C4C. Windows color (decimal): -11519819 or 11876432. OLE color: 11876432.

HSL color Cylindrical-coordinate representation of color #5038B5: hue angle of 251.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5038B5 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 56 181 -
CMYK 0.56 0.69 0 0.29
HSL 251.52º 0.53% 0.46% -
HSV(B) 251.52º 0.69% 0.71% -
XYZ 13.06 7.87 44.55 -
YUV 77.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 80 56 181 0.56 0.69 0 0.29 251.52 0.53 0.46
Hex 50 38 B5 38 45 0 1D FC 35 2E
Octal 120 70 265 70 105 0 35 374 65 56
Binary 1010000 111000 10110101 111000 1000101 0 11101 11111100 110101 101110

Color Harmonies of #5038B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038B5

Black with #5038B5

Text Example


Text Example

White with #5038B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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