#5135C4

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

Shades of Purple Heart #5135C4

Tints of Purple Heart #5135C4

Color information

#5135C4 (or 0x5135C4) is unknown color: approx Purple Heart. HEX triplet: 51, 35 and C4. RGB value is (81,53,196). Sum of RGB (Red+Green+Blue) = 81+53+196=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #5135C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135C4 is #AECA3B. Grayscale: #4D4D4D. Windows color (decimal): -11455036 or 12858705. OLE color: 12858705.

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

Color convert

RGB8153196-
CMYK0.590.7300.23
HSL251.75º57.43%48.82%-
HSV(B)251.75º72.96%76.86%-
XYZ14.638.2853.05-
YUV77.67194.78130.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 196 (76.95% from 255) = 59.39%
R=24.55%
G=16.06%
B=59.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81531960.590.7300.23251.7557.4348.82
Hex5135C43B49017fc3931
Octal12165304731110273747161
Binary101000111010111000100111011100100101011111111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5135C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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