#5337CA

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

Shades of Purple Heart #5337CA

Tints of Purple Heart #5337CA

Color information

#5337CA (or 0x5337CA) is unknown color: approx Purple Heart. HEX triplet: 53, 37 and CA. RGB value is (83,55,202). Sum of RGB (Red+Green+Blue) = 83+55+202=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #5337CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337CA is #ACC835. Grayscale: #4F4F4F. Windows color (decimal): -11323446 or 13252435. OLE color: 13252435.

HSL color Cylindrical-coordinate representation of color #5337CA: hue angle of 251.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5337CA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8355202-
CMYK0.590.7300.21
HSL251.43º58.1%50.39%-
HSV(B)251.43º72.77%79.22%-
XYZ15.598.8456.76-
YUV80.13196.78130.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 202 (79.30% from 255) = 59.41%
R=24.41%
G=16.18%
B=59.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83552020.590.7300.21251.4358.150.39
Hex5337CA3B49015fb3a32
Octal12367312731110253737262
Binary101001111011111001010111011100100101010111111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5337CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5337CA; }

 p { color: rgb(83,55,202); }

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

<style>
 a { background-color: #5337CA; }

 a { background-color: rgb(83,55,202); }

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

<style>
 span { border-color: #5337CA; }

 span { border-color: rgb(83,55,202); }

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