#4730C1

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

Shades of Purple Heart #4730C1

Tints of Purple Heart #4730C1

Color information

#4730C1 (or 0x4730C1) is unknown color: approx Purple Heart. HEX triplet: 47, 30 and C1. RGB value is (71,48,193). Sum of RGB (Red+Green+Blue) = 71+48+193=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 193 (75.78% from 255 or 61.86% from 312); Max value from RGB is 193 - color contains mainly: blue. Hex color #4730C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4730C1 is #B8CF3E. Grayscale: #464646. Windows color (decimal): -12111679 or 12660807. OLE color: 12660807.

HSL color Cylindrical-coordinate representation of color #4730C1: hue angle of 249.52º 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 #4730C1 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7148193-
CMYK0.630.7500.24
HSL249.52º60.17%47.25%-
HSV(B)249.52º75.13%75.69%-
XYZ13.287.351.16-
YUV71.41196.62127.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 193 (75.78% from 255) = 61.86%
R=22.76%
G=15.38%
B=61.86%

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
Decimal71481930.630.7500.24249.5260.1747.25
Hex4730C13F4B018fa3c2f
Octal10760301771130303727457
Binary100011111000011000001111111100101101100011111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4730C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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