#5319c4

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

Shades of Purple Heart #5319C4

Tints of Purple Heart #5319C4

Color information

#5319C4 (or 0x5319C4) is unknown color: approx Purple Heart. HEX triplet: 53, 19 and C4. RGB value is (83,25,196). Sum of RGB (Red+Green+Blue) = 83+25+196=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #5319C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319C4 is #ACE63B. Grayscale: #3D3D3D. Windows color (decimal): -11331132 or 12851539. OLE color: 12851539.

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

Color convert

RGB8325196-
CMYK0.580.8700.23
HSL260.35º77.38%43.33%-
HSV(B)260.35º87.24%76.86%-
XYZ13.886.5252.75-
YUV61.84203.72143.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 196 (76.95% from 255) = 64.47%
R=27.30%
G=8.22%
B=64.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83251960.580.8700.23260.3577.3843.33
Hex5319C43A570171044d2b
Octal123313047212702740411553
Binary1010011110011100010011101010101110101111000001001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5319c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5319c4; }

 p { color: rgb(83,25,196); }

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

<style>
 a { background-color: #5319c4; }

 a { background-color: rgb(83,25,196); }

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

<style>
 span { border-color: #5319c4; }

 span { border-color: rgb(83,25,196); }

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