#511CCA

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

Shades of Purple Heart #511CCA

Tints of Purple Heart #511CCA

Color information

#511CCA (or 0x511CCA) is unknown color: approx Purple Heart. HEX triplet: 51, 1C and CA. RGB value is (81,28,202). Sum of RGB (Red+Green+Blue) = 81+28+202=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #511CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCA is #AEE335. Grayscale: #3F3F3F. Windows color (decimal): -11461430 or 13245521. OLE color: 13245521.

HSL color Cylindrical-coordinate representation of color #511CCA: hue angle of 258.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCA is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8128202-
CMYK0.600.8600.21
HSL258.28º75.65%45.1%-
HSV(B)258.28º86.14%79.22%-
XYZ14.476.8456.44-
YUV63.68206.06140.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 202 (79.30% from 255) = 64.95%
R=26.05%
G=9.00%
B=64.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81282020.600.8600.21258.2875.6545.1
Hex511CCA3C560151024c2d
Octal121343127412602540211455
Binary1010001111001100101011110010101100101011000000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511CCA; }

 p { color: rgb(81,28,202); }

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

<style>
 a { background-color: #511CCA; }

 a { background-color: rgb(81,28,202); }

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

<style>
 span { border-color: #511CCA; }

 span { border-color: rgb(81,28,202); }

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