#4634C0

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

Shades of Purple Heart #4634C0

Tints of Purple Heart #4634C0

Color information

#4634C0 (or 0x4634C0) is unknown color: approx Purple Heart. HEX triplet: 46, 34 and C0. RGB value is (70,52,192). Sum of RGB (Red+Green+Blue) = 70+52+192=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #4634C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4634C0 is #B9CB3F. Grayscale: #484848. Windows color (decimal): -12176192 or 12596294. OLE color: 12596294.

HSL color Cylindrical-coordinate representation of color #4634C0: hue angle of 247.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4634C0 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7052192-
CMYK0.640.7300.25
HSL247.71º57.38%47.84%-
HSV(B)247.71º72.92%75.29%-
XYZ13.277.5650.63-
YUV73.34194.96125.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=22.29%
G=16.56%
B=61.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70521920.640.7300.25247.7157.3847.84
Hex4634C04049019f83930
Octal106643001001110313707160
Binary1000110110100110000001000000100100101100111111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4634C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4634C0; }

 p { color: rgb(70,52,192); }

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

<style>
 a { background-color: #4634C0; }

 a { background-color: rgb(70,52,192); }

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

<style>
 span { border-color: #4634C0; }

 span { border-color: rgb(70,52,192); }

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