Html Css Color HEX #5030BA Purple Heart

📋 copy color: '#5030BA'

red 80 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5030BA

Tints of Purple Heart #5030BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 25.48%
G = 15.29%
B = 59.24%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5030BA (or 0x5030BA) is known color: Purple Heart. HEX triplet: 50, 30 and BA. RGB value is (80,48,186). Sum of RGB (Red+Green+Blue) = 80+48+186=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #5030BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BA is #AFCF45. Grayscale: #484848. Windows color (decimal): -11521862 or 12202064. OLE color: 12202064.

HSL color Cylindrical-coordinate representation of color #5030BA: hue angle of 253.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5030BA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 48 186 -
CMYK 0.57 0.74 0 0.27
HSL 253.91º 0.59% 0.46% -
HSV(B) 253.91º 0.74% 0.73% -
XYZ 13.23 7.36 47.18 -
YUV 73.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 80 48 186 0.57 0.74 0 0.27 253.91 0.59 0.46
Hex 50 30 BA 39 4A 0 1B FE 3B 2E
Octal 120 60 272 71 112 0 33 376 73 56
Binary 1010000 110000 10111010 111001 1001010 0 11011 11111110 111011 101110

Color Harmonies of #5030BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030BA

Black with #5030BA

Text Example


Text Example

White with #5030BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5030BA; }

 p { color: rgb(80,48,186); }

 H1.HeaderClassName
 {
   color: #5030BA;
 }
 .AnyTagClassName
 {
   color: #5030BA;
 }
</style>

background-color css

<style>
 a { background-color: #5030BA; }

 a { background-color: rgb(80,48,186); }

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

border-color css

<style>
 span { border-color: #5030BA; }

 span { border-color: rgb(80,48,186); }

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