#5133CE

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

Shades of Purple Heart #5133CE

Tints of Purple Heart #5133CE

Color information

#5133CE (or 0x5133CE) is unknown color: approx Purple Heart. HEX triplet: 51, 33 and CE. RGB value is (81,51,206). Sum of RGB (Red+Green+Blue) = 81+51+206=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5133CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5133CE is #AECC31. Grayscale: #4D4D4D. Windows color (decimal): -11455538 or 13513553. OLE color: 13513553.

HSL color Cylindrical-coordinate representation of color #5133CE: hue angle of 251.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5133CE is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8151206-
CMYK0.610.7500.19
HSL251.61º61.26%50.39%-
HSV(B)251.61º75.24%80.78%-
XYZ15.728.5759.22-
YUV77.64200.44130.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=23.96%
G=15.09%
B=60.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81512060.610.7500.19251.6161.2650.39
Hex5133CE3D4B013fc3d32
Octal12163316751130233747562
Binary101000111001111001110111101100101101001111111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5133CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5133CE; }

 p { color: rgb(81,51,206); }

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

<style>
 a { background-color: #5133CE; }

 a { background-color: rgb(81,51,206); }

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

<style>
 span { border-color: #5133CE; }

 span { border-color: rgb(81,51,206); }

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