#4636BC

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

Shades of Purple Heart #4636BC

Tints of Purple Heart #4636BC

Color information

#4636BC (or 0x4636BC) is unknown color: approx Purple Heart. HEX triplet: 46, 36 and BC. RGB value is (70,54,188). Sum of RGB (Red+Green+Blue) = 70+54+188=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #4636BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636BC is #B9C943. Grayscale: #494949. Windows color (decimal): -12175684 or 12334662. OLE color: 12334662.

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

Color convert

RGB7054188-
CMYK0.630.7100.26
HSL247.16º55.37%47.45%-
HSV(B)247.16º71.28%73.73%-
XYZ12.927.5748.36-
YUV74.06192.3125.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=22.44%
G=17.31%
B=60.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70541880.630.7100.26247.1655.3747.45
Hex4636BC3F4701Af7372f
Octal10666274771070323676757
Binary100011011011010111100111111100011101101011110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4636BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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