#4707C2

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

Shades of Purple Heart #4707C2

Tints of Purple Heart #4707C2

Color information

#4707C2 (or 0x4707C2) is unknown color: approx Purple Heart. HEX triplet: 47, 07 and C2. RGB value is (71,7,194). Sum of RGB (Red+Green+Blue) = 71+7+194=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 194 (76.17% from 255 or 71.32% from 272); Max value from RGB is 194 - color contains mainly: blue. Hex color #4707C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4707C2 is #B8F83D. Grayscale: #2E2E2E. Windows color (decimal): -12122174 or 12715847. OLE color: 12715847.

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

Color convert

RGB717194-
CMYK0.630.9600.24
HSL260.53º93.03%39.41%-
HSV(B)260.53º96.39%76.08%-
XYZ12.415.3951.42-
YUV47.45210.7144.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 7 (3.12% from 255) = 2.57%
BLUE value IS 194 (76.17% from 255) = 71.32%
R=26.10%
G=2.57%
B=71.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7171940.630.9600.24260.5393.0339.41
Hex477C23F600181055d27
Octal10773027714003040513547
Binary10001111111100001011111111000000110001000001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4707C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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