#531CCF

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

Shades of Purple Heart #531CCF

Tints of Purple Heart #531CCF

Color information

#531CCF (or 0x531CCF) is unknown color: approx Purple Heart. HEX triplet: 53, 1C and CF. RGB value is (83,28,207). Sum of RGB (Red+Green+Blue) = 83+28+207=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #531CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CCF is #ACE330. Grayscale: #404040. Windows color (decimal): -11330353 or 13573203. OLE color: 13573203.

HSL color Cylindrical-coordinate representation of color #531CCF: hue angle of 258.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531CCF is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8328207-
CMYK0.600.8600.19
HSL258.44º76.17%46.08%-
HSV(B)258.44º86.47%81.18%-
XYZ15.257.1759.61-
YUV64.85208.22140.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 28 (11.33% from 255) = 8.81%
BLUE value IS 207 (81.25% from 255) = 65.09%
R=26.10%
G=8.81%
B=65.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83282070.600.8600.19258.4476.1746.08
Hex531CCF3C560131024c2e
Octal123343177412602340211456
Binary1010011111001100111111110010101100100111000000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531CCF; }

 p { color: rgb(83,28,207); }

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

<style>
 a { background-color: #531CCF; }

 a { background-color: rgb(83,28,207); }

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

<style>
 span { border-color: #531CCF; }

 span { border-color: rgb(83,28,207); }

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