Html Css Color HEX #5033BD Purple Heart

📋 copy color: '#5033BD'

red 80 ◦ green 51 ◦ blue 189

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

Shades of Purple Heart #5033BD

Tints of Purple Heart #5033BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 25%
G = 15.94%
B = 59.06%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5033BD (or 0x5033BD) is known color: Purple Heart. HEX triplet: 50, 33 and BD. RGB value is (80,51,189). Sum of RGB (Red+Green+Blue) = 80+51+189=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #5033BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033BD is #AFCC42. Grayscale: #4A4A4A. Windows color (decimal): -11521091 or 12399440. OLE color: 12399440.

HSL color Cylindrical-coordinate representation of color #5033BD: hue angle of 252.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5033BD is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 51 189 -
CMYK 0.58 0.73 0 0.26
HSL 252.61º 0.58% 0.47% -
HSV(B) 252.61º 0.73% 0.74% -
XYZ 13.68 7.75 48.92 -
YUV 75.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 80 51 189 0.58 0.73 0 0.26 252.61 0.58 0.47
Hex 50 33 BD 3A 49 0 1A FD 3A 2F
Octal 120 63 275 72 111 0 32 375 72 57
Binary 1010000 110011 10111101 111010 1001001 0 11010 11111101 111010 101111

Color Harmonies of #5033BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5033BD

Black with #5033BD

Text Example


Text Example

White with #5033BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5033BD; }

 p { color: rgb(80,51,189); }

 H1.HeaderClassName
 {
   color: #5033BD;
 }
 .AnyTagClassName
 {
   color: #5033BD;
 }
</style>

background-color css

<style>
 a { background-color: #5033BD; }

 a { background-color: rgb(80,51,189); }

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

border-color css

<style>
 span { border-color: #5033BD; }

 span { border-color: rgb(80,51,189); }

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