#5135c6

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

Shades of Purple Heart #5135C6

Tints of Purple Heart #5135C6

Color information

#5135C6 (or 0x5135C6) is unknown color: approx Purple Heart. HEX triplet: 51, 35 and C6. RGB value is (81,53,198). Sum of RGB (Red+Green+Blue) = 81+53+198=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #5135C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135C6 is #AECA39. Grayscale: #4D4D4D. Windows color (decimal): -11455034 or 12989777. OLE color: 12989777.

HSL color Cylindrical-coordinate representation of color #5135C6: hue angle of 251.59º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5135C6 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8153198-
CMYK0.590.7300.22
HSL251.59º57.77%49.22%-
HSV(B)251.59º73.23%77.65%-
XYZ14.868.3754.26-
YUV77.9195.78130.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 198 (77.73% from 255) = 59.64%
R=24.40%
G=15.96%
B=59.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81531980.590.7300.22251.5957.7749.22
Hex5135C63B49016fc3a31
Octal12165306731110263747261
Binary101000111010111000110111011100100101011011111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5135c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5135c6; }

 p { color: rgb(81,53,198); }

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

<style>
 a { background-color: #5135c6; }

 a { background-color: rgb(81,53,198); }

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

<style>
 span { border-color: #5135c6; }

 span { border-color: rgb(81,53,198); }

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