#4627BC

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

Shades of Purple Heart #4627BC

Tints of Purple Heart #4627BC

Color information

#4627BC (or 0x4627BC) is unknown color: approx Purple Heart. HEX triplet: 46, 27 and BC. RGB value is (70,39,188). Sum of RGB (Red+Green+Blue) = 70+39+188=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4627BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4627BC is #B9D843. Grayscale: #404040. Windows color (decimal): -12179524 or 12330822. OLE color: 12330822.

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

Color convert

RGB7039188-
CMYK0.630.7900.26
HSL252.48º65.64%44.51%-
HSV(B)252.48º79.26%73.73%-
XYZ12.336.3848.16-
YUV65.26197.27131.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=23.57%
G=13.13%
B=63.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70391880.630.7900.26252.4865.6444.51
Hex4627BC3F4F01Afc422d
Octal106472747711703237410255
Binary1000110100111101111001111111001111011010111111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4627BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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