#4530CC

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

Shades of Purple Heart #4530CC

Tints of Purple Heart #4530CC

Color information

#4530CC (or 0x4530CC) is unknown color: approx Purple Heart. HEX triplet: 45, 30 and CC. RGB value is (69,48,204). Sum of RGB (Red+Green+Blue) = 69+48+204=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #4530CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530CC is #BACF33. Grayscale: #474747. Windows color (decimal): -12242740 or 13381701. OLE color: 13381701.

HSL color Cylindrical-coordinate representation of color #4530CC: hue angle of 248.08º 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 #4530CC is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6948204-
CMYK0.660.7600.2
HSL248.08º61.9%49.41%-
HSV(B)248.08º76.47%80%-
XYZ14.417.7457.86-
YUV72.06202.46125.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=21.50%
G=14.95%
B=63.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69482040.660.7600.2248.0861.949.41
Hex4530CC424C014f83e31
Octal105603141021140243707661
Binary1000101110000110011001000010100110001010011111000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4530CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4530CC; }

 p { color: rgb(69,48,204); }

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

<style>
 a { background-color: #4530CC; }

 a { background-color: rgb(69,48,204); }

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

<style>
 span { border-color: #4530CC; }

 span { border-color: rgb(69,48,204); }

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