#4607BC

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

Shades of Purple Heart #4607BC

Tints of Purple Heart #4607BC

Color information

#4607BC (or 0x4607BC) is unknown color: approx Purple Heart. HEX triplet: 46, 07 and BC. RGB value is (70,7,188). Sum of RGB (Red+Green+Blue) = 70+7+188=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #4607BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4607BC is #B9F843. Grayscale: #2D2D2D. Windows color (decimal): -12187716 or 12322630. OLE color: 12322630.

HSL color Cylindrical-coordinate representation of color #4607BC: hue angle of 260.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4607BC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB707188-
CMYK0.630.9600.26
HSL260.88º92.82%38.24%-
HSV(B)260.88º96.28%73.73%-
XYZ11.685.0847.94-
YUV46.47207.87144.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 188 (73.83% from 255) = 70.94%
R=26.42%
G=2.64%
B=70.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7071880.630.9600.26260.8892.8238.24
Hex467BC3F6001A1055d26
Octal10672747714003240513546
Binary10001101111011110011111111000000110101000001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4607BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4607BC; }

 p { color: rgb(70,7,188); }

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

<style>
 a { background-color: #4607BC; }

 a { background-color: rgb(70,7,188); }

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

<style>
 span { border-color: #4607BC; }

 span { border-color: rgb(70,7,188); }

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