#4934CF

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

Shades of Purple Heart #4934CF

Tints of Purple Heart #4934CF

Color information

#4934CF (or 0x4934CF) is unknown color: approx Purple Heart. HEX triplet: 49, 34 and CF. RGB value is (73,52,207). Sum of RGB (Red+Green+Blue) = 73+52+207=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #4934CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934CF is #B6CB30. Grayscale: #4B4B4B. Windows color (decimal): -11979569 or 13579337. OLE color: 13579337.

HSL color Cylindrical-coordinate representation of color #4934CF: hue angle of 248.13º degrees, saturation: 0.62, 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 #4934CF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7352207-
CMYK0.650.7500.19
HSL248.13º61.75%50.78%-
HSV(B)248.13º74.88%81.18%-
XYZ15.248.3859.85-
YUV75.95201.96125.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 207 (81.25% from 255) = 62.35%
R=21.99%
G=15.66%
B=62.35%

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
Decimal73522070.650.7500.19248.1361.7550.78
Hex4934CF414B013f83e33
Octal111643171011130233707663
Binary1001001110100110011111000001100101101001111111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4934CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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