#4813B6

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

Shades of Purple Heart #4813B6

Tints of Purple Heart #4813B6

Color information

#4813B6 (or 0x4813B6) is unknown color: approx Purple Heart. HEX triplet: 48, 13 and B6. RGB value is (72,19,182). Sum of RGB (Red+Green+Blue) = 72+19+182=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #4813B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813B6 is #B7EC49. Grayscale: #343434. Windows color (decimal): -12053578 or 11932488. OLE color: 11932488.

HSL color Cylindrical-coordinate representation of color #4813B6: hue angle of 259.51º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4813B6 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7219182-
CMYK0.600.9000.29
HSL259.51º81.09%39.41%-
HSV(B)259.51º89.56%71.37%-
XYZ11.355.2244.67-
YUV53.43200.56141.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=26.37%
G=6.96%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72191820.600.9000.29259.5181.0939.41
Hex4813B63C5A01D1045127
Octal110232667413203540412147
Binary1001000100111011011011110010110100111011000001001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4813B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4813B6; }

 p { color: rgb(72,19,182); }

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

<style>
 a { background-color: #4813B6; }

 a { background-color: rgb(72,19,182); }

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

<style>
 span { border-color: #4813B6; }

 span { border-color: rgb(72,19,182); }

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