#5325C3

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

Shades of Purple Heart #5325C3

Tints of Purple Heart #5325C3

Color information

#5325C3 (or 0x5325C3) is unknown color: approx Purple Heart. HEX triplet: 53, 25 and C3. RGB value is (83,37,195). Sum of RGB (Red+Green+Blue) = 83+37+195=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #5325C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325C3 is #ACDA3C. Grayscale: #444444. Windows color (decimal): -11328061 or 12789075. OLE color: 12789075.

HSL color Cylindrical-coordinate representation of color #5325C3: hue angle of 257.47º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5325C3 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8337195-
CMYK0.570.8100.24
HSL257.47º68.1%45.49%-
HSV(B)257.47º81.03%76.47%-
XYZ14.087.152.26-
YUV68.77199.24138.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 195 (76.56% from 255) = 61.90%
R=26.35%
G=11.75%
B=61.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83371950.570.8100.24257.4768.145.49
Hex5325C33951018101442d
Octal123453037112103040110455
Binary10100111001011100001111100110100010110001000000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5325C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5325C3; }

 p { color: rgb(83,37,195); }

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

<style>
 a { background-color: #5325C3; }

 a { background-color: rgb(83,37,195); }

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

<style>
 span { border-color: #5325C3; }

 span { border-color: rgb(83,37,195); }

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