#4734CC

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

Shades of Purple Heart #4734CC

Tints of Purple Heart #4734CC

Color information

#4734CC (or 0x4734CC) is unknown color: approx Purple Heart. HEX triplet: 47, 34 and CC. RGB value is (71,52,204). Sum of RGB (Red+Green+Blue) = 71+52+204=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #4734CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4734CC is #B8CB33. Grayscale: #4A4A4A. Windows color (decimal): -12110644 or 13382727. OLE color: 13382727.

HSL color Cylindrical-coordinate representation of color #4734CC: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4734CC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7152204-
CMYK0.650.7500.2
HSL247.5º59.84%50.2%-
HSV(B)247.5º74.51%80%-
XYZ14.738.1657.92-
YUV75.01200.79125.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 204 (80.08% from 255) = 62.39%
R=21.71%
G=15.90%
B=62.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal71522040.650.7500.2247.559.8450.2
Hex4734CC414B014f83c32
Octal107643141011130243707462
Binary1000111110100110011001000001100101101010011111000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4734CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,52,204); }

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

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

 a { background-color: rgb(71,52,204); }

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

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

 span { border-color: rgb(71,52,204); }

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