#5122C4

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

Shades of Purple Heart #5122C4

Tints of Purple Heart #5122C4

Color information

#5122C4 (or 0x5122C4) is unknown color: approx Purple Heart. HEX triplet: 51, 22 and C4. RGB value is (81,34,196). Sum of RGB (Red+Green+Blue) = 81+34+196=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #5122C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5122C4 is #AEDD3B. Grayscale: #414141. Windows color (decimal): -11459900 or 12853841. OLE color: 12853841.

HSL color Cylindrical-coordinate representation of color #5122C4: hue angle of 257.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5122C4 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8134196-
CMYK0.590.8300.23
HSL257.41º70.43%45.1%-
HSV(B)257.41º82.65%76.86%-
XYZ13.936.8852.82-
YUV66.52201.07138.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 196 (76.95% from 255) = 63.02%
R=26.05%
G=10.93%
B=63.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81341960.590.8300.23257.4170.4345.1
Hex5122C43B53017101462d
Octal121423047312302740110655
Binary10100011000101100010011101110100110101111000000011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5122C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5122C4; }

 p { color: rgb(81,34,196); }

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

<style>
 a { background-color: #5122C4; }

 a { background-color: rgb(81,34,196); }

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

<style>
 span { border-color: #5122C4; }

 span { border-color: rgb(81,34,196); }

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