#4935cf

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

Shades of Purple Heart #4935CF

Tints of Purple Heart #4935CF

Color information

#4935CF (or 0x4935CF) is unknown color: approx Purple Heart. HEX triplet: 49, 35 and CF. RGB value is (73,53,207). Sum of RGB (Red+Green+Blue) = 73+53+207=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #4935CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935CF is #B6CA30. Grayscale: #4B4B4B. Windows color (decimal): -11979313 or 13579593. OLE color: 13579593.

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

Color convert

RGB7353207-
CMYK0.650.7400.19
HSL247.79º61.6%50.98%-
HSV(B)247.79º74.4%81.18%-
XYZ15.288.4759.86-
YUV76.54201.63125.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=21.92%
G=15.92%
B=62.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73532070.650.7400.19247.7961.650.98
Hex4935CF414A013f83e33
Octal111653171011120233707663
Binary1001001110101110011111000001100101001001111111000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4935cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4935cf; }

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

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

<style>
 a { background-color: #4935cf; }

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

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

<style>
 span { border-color: #4935cf; }

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

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