Html Css Color HEX #5030BB Purple Heart

📋 copy color: '#5030BB'

red 80 ◦ green 48 ◦ blue 187

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

Shades of Purple Heart #5030BB

Tints of Purple Heart #5030BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 25.4%
G = 15.24%
B = 59.37%

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

#5030BB (or 0x5030BB) is known color: Purple Heart. HEX triplet: 50, 30 and BB. RGB value is (80,48,187). Sum of RGB (Red+Green+Blue) = 80+48+187=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #5030BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BB is #AFCF44. Grayscale: #484848. Windows color (decimal): -11521861 or 12267600. OLE color: 12267600.

HSL color Cylindrical-coordinate representation of color #5030BB: hue angle of 253.81º 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 #5030BB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 48 187 -
CMYK 0.57 0.74 0 0.27
HSL 253.81º 0.59% 0.46% -
HSV(B) 253.81º 0.74% 0.73% -
XYZ 13.33 7.41 47.74 -
YUV 73.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 80 48 187 0.57 0.74 0 0.27 253.81 0.59 0.46
Hex 50 30 BB 39 4A 0 1B FE 3B 2E
Octal 120 60 273 71 112 0 33 376 73 56
Binary 1010000 110000 10111011 111001 1001010 0 11011 11111110 111011 101110

Color Harmonies of #5030BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030BB

Black with #5030BB

Text Example


Text Example

White with #5030BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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