#5231C4

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

Shades of Purple Heart #5231C4

Tints of Purple Heart #5231C4

Color information

#5231C4 (or 0x5231C4) is unknown color: approx Purple Heart. HEX triplet: 52, 31 and C4. RGB value is (82,49,196). Sum of RGB (Red+Green+Blue) = 82+49+196=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #5231C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5231C4 is #ADCE3B. Grayscale: #4B4B4B. Windows color (decimal): -11390524 or 12857682. OLE color: 12857682.

HSL color Cylindrical-coordinate representation of color #5231C4: hue angle of 253.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5231C4 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8249196-
CMYK0.580.7500.23
HSL253.47º60%48.04%-
HSV(B)253.47º75%76.86%-
XYZ14.547.9853-
YUV75.62195.93132.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 196 (76.95% from 255) = 59.94%
R=25.08%
G=14.98%
B=59.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82491960.580.7500.23253.476048.04
Hex5231C43A4B017fd3c30
Octal12261304721130273757460
Binary101001011000111000100111010100101101011111111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5231C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,49,196); }

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

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

 a { background-color: rgb(82,49,196); }

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

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

 span { border-color: rgb(82,49,196); }

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