#4631BC

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

Shades of Purple Heart #4631BC

Tints of Purple Heart #4631BC

Color information

#4631BC (or 0x4631BC) is unknown color: approx Purple Heart. HEX triplet: 46, 31 and BC. RGB value is (70,49,188). Sum of RGB (Red+Green+Blue) = 70+49+188=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #4631BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631BC is #B9CE43. Grayscale: #464646. Windows color (decimal): -12176964 or 12333382. OLE color: 12333382.

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

Color convert

RGB7049188-
CMYK0.630.7400.26
HSL249.06º58.65%46.47%-
HSV(B)249.06º73.94%73.73%-
XYZ12.77.1348.28-
YUV71.12193.96127.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=22.80%
G=15.96%
B=61.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70491880.630.7400.26249.0658.6546.47
Hex4631BC3F4A01Af93b2e
Octal10661274771120323717356
Binary100011011000110111100111111100101001101011111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4631BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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