#5125BB

Color #5125BB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5125BB

Tints of Purple Heart #5125BB

Color information

#5125BB (or 0x5125BB) is unknown color: approx Purple Heart. HEX triplet: 51, 25 and BB. RGB value is (81,37,187). Sum of RGB (Red+Green+Blue) = 81+37+187=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #5125BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5125BB is #AEDA44. Grayscale: #424242. Windows color (decimal): -11459141 or 12264785. OLE color: 12264785.

HSL color Cylindrical-coordinate representation of color #5125BB: hue angle of 257.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5125BB is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8137187-
CMYK0.570.8000.27
HSL257.6º66.96%43.92%-
HSV(B)257.6º80.21%73.33%-
XYZ13.026.6647.61-
YUV67.26195.58137.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=26.56%
G=12.13%
B=61.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81371870.570.8000.27257.666.9643.92
Hex5125BB395001B102432c
Octal121452737112003340210354
Binary10100011001011011101111100110100000110111000000101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5125BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,37,187); }

 H1.HeaderClassName
 {
   color: #5125BB;
 }
 .AnyTagClassName
 {
   color: #5125BB;
 }
</style>
background-color css

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

 a { background-color: rgb(81,37,187); }

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

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

 span { border-color: rgb(81,37,187); }

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