#4934CE

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

Shades of Purple Heart #4934CE

Tints of Purple Heart #4934CE

Color information

#4934CE (or 0x4934CE) is unknown color: approx Purple Heart. HEX triplet: 49, 34 and CE. RGB value is (73,52,206). Sum of RGB (Red+Green+Blue) = 73+52+206=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #4934CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934CE is #B6CB31. Grayscale: #4B4B4B. Windows color (decimal): -11979570 or 13513801. OLE color: 13513801.

HSL color Cylindrical-coordinate representation of color #4934CE: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4934CE is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7352206-
CMYK0.650.7500.19
HSL248.18º61.11%50.59%-
HSV(B)248.18º74.76%80.78%-
XYZ15.128.3359.2-
YUV75.84201.46125.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 206 (80.86% from 255) = 62.24%
R=22.05%
G=15.71%
B=62.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73522060.650.7500.19248.1861.1150.59
Hex4934CE414B013f83d33
Octal111643161011130233707563
Binary1001001110100110011101000001100101101001111111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4934CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4934CE; }

 p { color: rgb(73,52,206); }

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

<style>
 a { background-color: #4934CE; }

 a { background-color: rgb(73,52,206); }

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

<style>
 span { border-color: #4934CE; }

 span { border-color: rgb(73,52,206); }

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