#4834BC

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

Shades of Purple Heart #4834BC

Tints of Purple Heart #4834BC

Color information

#4834BC (or 0x4834BC) is unknown color: approx Purple Heart. HEX triplet: 48, 34 and BC. RGB value is (72,52,188). Sum of RGB (Red+Green+Blue) = 72+52+188=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #4834BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834BC is #B7CB43. Grayscale: #484848. Windows color (decimal): -12045124 or 12334152. OLE color: 12334152.

HSL color Cylindrical-coordinate representation of color #4834BC: hue angle of 248.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4834BC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7252188-
CMYK0.620.7200.26
HSL248.82º56.67%47.06%-
HSV(B)248.82º72.34%73.73%-
XYZ12.987.4648.33-
YUV73.48192.63126.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=23.08%
G=16.67%
B=60.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72521880.620.7200.26248.8256.6747.06
Hex4834BC3E4801Af9392f
Octal11064274761100323717157
Binary100100011010010111100111110100100001101011111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4834BC; }

 p { color: rgb(72,52,188); }

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

<style>
 a { background-color: #4834BC; }

 a { background-color: rgb(72,52,188); }

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

<style>
 span { border-color: #4834BC; }

 span { border-color: rgb(72,52,188); }

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