Html Css Color HEX #5032B7 Purple Heart

📋 copy color: '#5032B7'

red 80 ◦ green 50 ◦ blue 183

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

Shades of Purple Heart #5032B7

Tints of Purple Heart #5032B7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 183 (71.88% from 255) = 58.47%

R = 25.56%
G = 15.97%
B = 58.47%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5032B7 (or 0x5032B7) is known color: Purple Heart. HEX triplet: 50, 32 and B7. RGB value is (80,50,183). Sum of RGB (Red+Green+Blue) = 80+50+183=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #5032B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032B7 is #AFCD48. Grayscale: #494949. Windows color (decimal): -11521353 or 12005968. OLE color: 12005968.

HSL color Cylindrical-coordinate representation of color #5032B7: hue angle of 253.53º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5032B7 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 50 183 -
CMYK 0.56 0.73 0 0.28
HSL 253.53º 0.57% 0.46% -
HSV(B) 253.53º 0.73% 0.72% -
XYZ 13 7.41 45.54 -
YUV 74.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 80 50 183 0.56 0.73 0 0.28 253.53 0.57 0.46
Hex 50 32 B7 38 49 0 1C FE 39 2E
Octal 120 62 267 70 111 0 34 376 71 56
Binary 1010000 110010 10110111 111000 1001001 0 11100 11111110 111001 101110

Color Harmonies of #5032B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5032B7

Black with #5032B7

Text Example


Text Example

White with #5032B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5032B7; }

 p { color: rgb(80,50,183); }

 H1.HeaderClassName
 {
   color: #5032B7;
 }
 .AnyTagClassName
 {
   color: #5032B7;
 }
</style>

background-color css

<style>
 a { background-color: #5032B7; }

 a { background-color: rgb(80,50,183); }

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

border-color css

<style>
 span { border-color: #5032B7; }

 span { border-color: rgb(80,50,183); }

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