#4834CB

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

Shades of Purple Heart #4834CB

Tints of Purple Heart #4834CB

Color information

#4834CB (or 0x4834CB) is unknown color: approx Purple Heart. HEX triplet: 48, 34 and CB. RGB value is (72,52,203). Sum of RGB (Red+Green+Blue) = 72+52+203=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #4834CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4834CB is #B7CB34. Grayscale: #4A4A4A. Windows color (decimal): -12045109 or 13317192. OLE color: 13317192.

HSL color Cylindrical-coordinate representation of color #4834CB: hue angle of 247.95º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4834CB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7252203-
CMYK0.650.7400.20
HSL247.95º59.22%50%-
HSV(B)247.95º74.38%79.61%-
XYZ14.688.1557.3-
YUV75.19200.13125.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 203 (79.69% from 255) = 62.08%
R=22.02%
G=15.90%
B=62.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72522030.650.7400.20247.9559.2250
Hex4834CB414A014f83b32
Octal110643131011120243707362
Binary1001000110100110010111000001100101001010011111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4834CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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