#4730C2

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

Shades of Purple Heart #4730C2

Tints of Purple Heart #4730C2

Color information

#4730C2 (or 0x4730C2) is unknown color: approx Purple Heart. HEX triplet: 47, 30 and C2. RGB value is (71,48,194). Sum of RGB (Red+Green+Blue) = 71+48+194=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #4730C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730C2 is #B8CF3D. Grayscale: #464646. Windows color (decimal): -12111678 or 12726343. OLE color: 12726343.

HSL color Cylindrical-coordinate representation of color #4730C2: hue angle of 249.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4730C2 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7148194-
CMYK0.630.7500.24
HSL249.45º60.33%47.45%-
HSV(B)249.45º75.26%76.08%-
XYZ13.397.3551.75-
YUV71.52197.12127.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 194 (76.17% from 255) = 61.98%
R=22.68%
G=15.34%
B=61.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71481940.630.7500.24249.4560.3347.45
Hex4730C23F4B018f93c2f
Octal10760302771130303717457
Binary100011111000011000010111111100101101100011111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4730C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4730C2; }

 p { color: rgb(71,48,194); }

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

<style>
 a { background-color: #4730C2; }

 a { background-color: rgb(71,48,194); }

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

<style>
 span { border-color: #4730C2; }

 span { border-color: rgb(71,48,194); }

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