#5312CA

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

Shades of Purple Heart #5312CA

Tints of Purple Heart #5312CA

Color information

#5312CA (or 0x5312CA) is unknown color: approx Purple Heart. HEX triplet: 53, 12 and CA. RGB value is (83,18,202). Sum of RGB (Red+Green+Blue) = 83+18+202=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #5312CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312CA is #ACED35. Grayscale: #393939. Windows color (decimal): -11332918 or 13242963. OLE color: 13242963.

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

Color convert

RGB8318202-
CMYK0.590.9100.21
HSL261.2º83.64%43.14%-
HSV(B)261.2º91.09%79.22%-
XYZ14.446.5456.38-
YUV58.41209.03145.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=27.39%
G=5.94%
B=66.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83182020.590.9100.21261.283.6443.14
Hex5312CA3B5B015105542b
Octal123223127313302540512453
Binary1010011100101100101011101110110110101011000001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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