#5102BC

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

Shades of Purple Heart #5102BC

Tints of Purple Heart #5102BC

Color information

#5102BC (or 0x5102BC) is unknown color: approx Purple Heart. HEX triplet: 51, 02 and BC. RGB value is (81,2,188). Sum of RGB (Red+Green+Blue) = 81+2+188=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #5102BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102BC is #AEFD43. Grayscale: #2E2E2E. Windows color (decimal): -11468100 or 12321361. OLE color: 12321361.

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

Color convert

RGB812188-
CMYK0.570.9900.26
HSL265.48º97.89%37.25%-
HSV(B)265.48º98.94%73.73%-
XYZ12.495.4247.97-
YUV46.82207.67152.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 188 (73.83% from 255) = 69.37%
R=29.89%
G=0.74%
B=69.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8121880.570.9900.26265.4897.8937.25
Hex512BC396301A1096225
Octal12122747114303241114245
Binary1010001101011110011100111000110110101000010011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5102BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,2,188); }

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

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

 a { background-color: rgb(81,2,188); }

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

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

 span { border-color: rgb(81,2,188); }

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