#5322C1

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

Shades of Purple Heart #5322C1

Tints of Purple Heart #5322C1

Color information

#5322C1 (or 0x5322C1) is unknown color: approx Purple Heart. HEX triplet: 53, 22 and C1. RGB value is (83,34,193). Sum of RGB (Red+Green+Blue) = 83+34+193=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #5322C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5322C1 is #ACDD3E. Grayscale: #424242. Windows color (decimal): -11328831 or 12657235. OLE color: 12657235.

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

Color convert

RGB8334193-
CMYK0.570.8200.24
HSL258.49º70.04%44.51%-
HSV(B)258.49º82.38%75.69%-
XYZ13.766.8351.05-
YUV66.78199.23139.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 193 (75.78% from 255) = 62.26%
R=26.77%
G=10.97%
B=62.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83341930.570.8200.24258.4970.0444.51
Hex5322C13952018102462d
Octal123423017112203040210655
Binary10100111000101100000111100110100100110001000000101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5322C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5322C1; }

 p { color: rgb(83,34,193); }

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

<style>
 a { background-color: #5322C1; }

 a { background-color: rgb(83,34,193); }

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

<style>
 span { border-color: #5322C1; }

 span { border-color: rgb(83,34,193); }

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