#4704C7

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

Shades of Purple Heart #4704C7

Tints of Purple Heart #4704C7

Color information

#4704C7 (or 0x4704C7) is unknown color: approx Purple Heart. HEX triplet: 47, 04 and C7. RGB value is (71,4,199). Sum of RGB (Red+Green+Blue) = 71+4+199=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 199 (78.12% from 255 or 72.63% from 274); Max value from RGB is 199 - color contains mainly: blue. Hex color #4704C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704C7 is #B8FB38. Grayscale: #2D2D2D. Windows color (decimal): -12122937 or 13042759. OLE color: 13042759.

HSL color Cylindrical-coordinate representation of color #4704C7: hue angle of 260.62º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704C7 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB714199-
CMYK0.640.9800.22
HSL260.62º96.06%39.8%-
HSV(B)260.62º97.99%78.04%-
XYZ12.955.5554.42-
YUV46.26214.2145.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 4 (1.95% from 255) = 1.46%
BLUE value IS 199 (78.12% from 255) = 72.63%
R=25.91%
G=1.46%
B=72.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7141990.640.9800.22260.6296.0639.8
Hex474C740620161056028
Octal107430710014202640514050
Binary100011110011000111100000011000100101101000001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4704C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4704C7; }

 p { color: rgb(71,4,199); }

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

<style>
 a { background-color: #4704C7; }

 a { background-color: rgb(71,4,199); }

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

<style>
 span { border-color: #4704C7; }

 span { border-color: rgb(71,4,199); }

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