#5321cc

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

Shades of Purple Heart #5321CC

Tints of Purple Heart #5321CC

Color information

#5321CC (or 0x5321CC) is unknown color: approx Purple Heart. HEX triplet: 53, 21 and CC. RGB value is (83,33,204). Sum of RGB (Red+Green+Blue) = 83+33+204=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #5321CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321CC is #ACDE33. Grayscale: #424242. Windows color (decimal): -11329076 or 13377875. OLE color: 13377875.

HSL color Cylindrical-coordinate representation of color #5321CC: hue angle of 257.54º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5321CC is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8333204-
CMYK0.590.8400.2
HSL257.54º72.15%46.47%-
HSV(B)257.54º83.82%80%-
XYZ15.017.2957.74-
YUV67.44205.06139.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 33 (13.28% from 255) = 10.31%
BLUE value IS 204 (80.08% from 255) = 63.75%
R=25.94%
G=10.31%
B=63.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal83332040.590.8400.2257.5472.1546.47
Hex5321CC3B54014102482e
Octal123413147312402440211056
Binary10100111000011100110011101110101000101001000000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5321cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5321cc; }

 p { color: rgb(83,33,204); }

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

<style>
 a { background-color: #5321cc; }

 a { background-color: rgb(83,33,204); }

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

<style>
 span { border-color: #5321cc; }

 span { border-color: rgb(83,33,204); }

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