Html Css Color HEX #5030BC Purple Heart

📋 copy color: '#5030BC'

red 80 ◦ green 48 ◦ blue 188

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

Shades of Purple Heart #5030BC

Tints of Purple Heart #5030BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 25.32%
G = 15.19%
B = 59.49%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5030BC (or 0x5030BC) is known color: Purple Heart. HEX triplet: 50, 30 and BC. RGB value is (80,48,188). Sum of RGB (Red+Green+Blue) = 80+48+188=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #5030BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BC is #AFCF43. Grayscale: #494949. Windows color (decimal): -11521860 or 12333136. OLE color: 12333136.

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

Color convert

RGB 80 48 188 -
CMYK 0.57 0.74 0 0.26
HSL 253.71º 0.59% 0.46% -
HSV(B) 253.71º 0.74% 0.74% -
XYZ 13.44 7.45 48.31 -
YUV 73.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 80 48 188 0.57 0.74 0 0.26 253.71 0.59 0.46
Hex 50 30 BC 39 4A 0 1A FE 3B 2E
Octal 120 60 274 71 112 0 32 376 73 56
Binary 1010000 110000 10111100 111001 1001010 0 11010 11111110 111011 101110

Color Harmonies of #5030BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5030BC

Black with #5030BC

Text Example


Text Example

White with #5030BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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