#4830CB

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

Shades of Purple Heart #4830CB

Tints of Purple Heart #4830CB

Color information

#4830CB (or 0x4830CB) is unknown color: approx Purple Heart. HEX triplet: 48, 30 and CB. RGB value is (72,48,203). Sum of RGB (Red+Green+Blue) = 72+48+203=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #4830CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4830CB is #B7CF34. Grayscale: #484848. Windows color (decimal): -12046133 or 13316168. OLE color: 13316168.

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

Color convert

RGB7248203-
CMYK0.650.7600.20
HSL249.29º61.75%49.22%-
HSV(B)249.29º76.35%79.61%-
XYZ14.517.857.24-
YUV72.85201.45127.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 203 (79.69% from 255) = 62.85%
R=22.29%
G=14.86%
B=62.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72482030.650.7600.20249.2961.7549.22
Hex4830CB414C014f93e31
Octal110603131011140243717661
Binary1001000110000110010111000001100110001010011111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4830CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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