#5102B3

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

Shades of Purple Heart #5102B3

Tints of Purple Heart #5102B3

Color information

#5102B3 (or 0x5102B3) is unknown color: approx Purple Heart. HEX triplet: 51, 02 and B3. RGB value is (81,2,179). Sum of RGB (Red+Green+Blue) = 81+2+179=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #5102B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102B3 is #AEFD4C. Grayscale: #2D2D2D. Windows color (decimal): -11468109 or 11731537. OLE color: 11731537.

HSL color Cylindrical-coordinate representation of color #5102B3: hue angle of 266.78º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102B3 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB812179-
CMYK0.550.9900.30
HSL266.78º97.79%35.49%-
HSV(B)266.78º98.88%70.2%-
XYZ11.555.0543.01-
YUV45.8203.17153.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 179 (70.31% from 255) = 68.32%
R=30.92%
G=0.76%
B=68.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8121790.550.9900.30266.7897.7935.49
Hex512B3376301E10b6223
Octal12122636714303641314243
Binary1010001101011001111011111000110111101000010111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5102B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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