Html Css Color HEX #5038B4 Purple Heart

📋 copy color: '#5038B4'

red 80 ◦ green 56 ◦ blue 180

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

Shades of Purple Heart #5038B4

Tints of Purple Heart #5038B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.96%

R = 25.32%
G = 17.72%
B = 56.96%

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

#5038B4 (or 0x5038B4) is known color: Purple Heart. HEX triplet: 50, 38 and B4. RGB value is (80,56,180). Sum of RGB (Red+Green+Blue) = 80+56+180=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #5038B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038B4 is #AFC74B. Grayscale: #4C4C4C. Windows color (decimal): -11519820 or 11810896. OLE color: 11810896.

HSL color Cylindrical-coordinate representation of color #5038B4: hue angle of 251.61º 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 #5038B4 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 56 180 -
CMYK 0.56 0.69 0 0.29
HSL 251.61º 0.53% 0.46% -
HSV(B) 251.61º 0.69% 0.71% -
XYZ 12.96 7.83 44.01 -
YUV 77.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 80 56 180 0.56 0.69 0 0.29 251.61 0.53 0.46
Hex 50 38 B4 38 45 0 1D FC 35 2E
Octal 120 70 264 70 105 0 35 374 65 56
Binary 1010000 111000 10110100 111000 1000101 0 11101 11111100 110101 101110

Color Harmonies of #5038B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038B4

Black with #5038B4

Text Example


Text Example

White with #5038B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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