#4632C8

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

Shades of Purple Heart #4632C8

Tints of Purple Heart #4632C8

Color information

#4632C8 (or 0x4632C8) is unknown color: approx Purple Heart. HEX triplet: 46, 32 and C8. RGB value is (70,50,200). Sum of RGB (Red+Green+Blue) = 70+50+200=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 200 (78.52% from 255 or 62.5% from 320); Max value from RGB is 200 - color contains mainly: blue. Hex color #4632C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632C8 is #B9CD37. Grayscale: #484848. Windows color (decimal): -12176696 or 13120070. OLE color: 13120070.

HSL color Cylindrical-coordinate representation of color #4632C8: hue angle of 248º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4632C8 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7050200-
CMYK0.650.7500.22
HSL248º60%49.02%-
HSV(B)248º75%78.43%-
XYZ14.097.7555.4-
YUV73.08199.63125.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 200 (78.52% from 255) = 62.5%
R=21.88%
G=15.62%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal70502000.650.7500.222486049.02
Hex4632C8414B016f83c31
Octal106623101011130263707461
Binary1000110110010110010001000001100101101011011111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4632C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4632C8; }

 p { color: rgb(70,50,200); }

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

<style>
 a { background-color: #4632C8; }

 a { background-color: rgb(70,50,200); }

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

<style>
 span { border-color: #4632C8; }

 span { border-color: rgb(70,50,200); }

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