#5223C7

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

Shades of Purple Heart #5223C7

Tints of Purple Heart #5223C7

Color information

#5223C7 (or 0x5223C7) is unknown color: approx Purple Heart. HEX triplet: 52, 23 and C7. RGB value is (82,35,199). Sum of RGB (Red+Green+Blue) = 82+35+199=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 199 (78.12% from 255 or 62.97% from 316); Max value from RGB is 199 - color contains mainly: blue. Hex color #5223C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5223C7 is #ADDC38. Grayscale: #434343. Windows color (decimal): -11394105 or 13050706. OLE color: 13050706.

HSL color Cylindrical-coordinate representation of color #5223C7: hue angle of 257.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5223C7 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8235199-
CMYK0.590.8200.22
HSL257.2º70.09%45.88%-
HSV(B)257.2º82.41%78.04%-
XYZ14.397.1254.65-
YUV67.75202.07138.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 35 (14.06% from 255) = 11.08%
BLUE value IS 199 (78.12% from 255) = 62.97%
R=25.95%
G=11.08%
B=62.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82351990.590.8200.22257.270.0945.88
Hex5223C73B52016101462e
Octal122433077312202640110656
Binary10100101000111100011111101110100100101101000000011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5223C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5223C7; }

 p { color: rgb(82,35,199); }

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

<style>
 a { background-color: #5223C7; }

 a { background-color: rgb(82,35,199); }

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

<style>
 span { border-color: #5223C7; }

 span { border-color: rgb(82,35,199); }

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