#4F0DBA

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

Shades of Purple Heart #4F0DBA

Tints of Purple Heart #4F0DBA

Color information

#4F0DBA (or 0x4F0DBA) is unknown color: approx Purple Heart. HEX triplet: 4F, 0D and BA. RGB value is (79,13,186). Sum of RGB (Red+Green+Blue) = 79+13+186=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0DBA is #B0F245. Grayscale: #333333. Windows color (decimal): -11596358 or 12193103. OLE color: 12193103.

HSL color Cylindrical-coordinate representation of color #4F0DBA: hue angle of 262.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0DBA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7913186-
CMYK0.580.9300.27
HSL262.89º86.93%39.02%-
HSV(B)262.89º93.01%72.94%-
XYZ12.235.546.87-
YUV52.46203.37146.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 186 (73.05% from 255) = 66.91%
R=28.42%
G=4.68%
B=66.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79131860.580.9300.27262.8986.9339.02
Hex4FDBA3A5D01B1075727
Octal117152727213503340712747
Binary100111111011011101011101010111010110111000001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0DBA; }

 p { color: rgb(79,13,186); }

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

<style>
 a { background-color: #4F0DBA; }

 a { background-color: rgb(79,13,186); }

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

<style>
 span { border-color: #4F0DBA; }

 span { border-color: rgb(79,13,186); }

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