Html Css Color HEX #5004BB Purple Heart

📋 copy color: '#5004BB'

red 80 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #5004BB

Tints of Purple Heart #5004BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 29.52%
G = 1.48%
B = 69%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5004BB (or 0x5004BB) is known color: Purple Heart. HEX triplet: 50, 04 and BB. RGB value is (80,4,187). Sum of RGB (Red+Green+Blue) = 80+4+187=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #5004BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004BB is #AFFB44. Grayscale: #2E2E2E. Windows color (decimal): -11533125 or 12256336. OLE color: 12256336.

HSL color Cylindrical-coordinate representation of color #5004BB: hue angle of 264.92º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004BB is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 4 187 -
CMYK 0.57 0.98 0 0.27
HSL 264.92º 0.96% 0.37% -
HSV(B) 264.92º 0.98% 0.73% -
XYZ 12.32 5.38 47.4 -
YUV 47.59 206.68 151.12 -
System Red Green Blue C M Y K H S L
Decimal 80 4 187 0.57 0.98 0 0.27 264.92 0.96 0.37
Hex 50 4 BB 39 62 0 1B 109 60 25
Octal 120 4 273 71 142 0 33 411 140 45
Binary 1010000 100 10111011 111001 1100010 0 11011 100001001 1100000 100101

Color Harmonies of #5004BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004BB

Black with #5004BB

Text Example


Text Example

White with #5004BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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