#4C0DB5

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

Shades of Purple Heart #4C0DB5

Tints of Purple Heart #4C0DB5

Color information

#4C0DB5 (or 0x4C0DB5) is unknown color: approx Purple Heart. HEX triplet: 4C, 0D and B5. RGB value is (76,13,181). Sum of RGB (Red+Green+Blue) = 76+13+181=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 181 (71.09% from 255 or 67.04% from 270); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C0DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DB5 is #B3F24A. Grayscale: #323232. Windows color (decimal): -11792971 or 11865420. OLE color: 11865420.

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

Color convert

RGB7613181-
CMYK0.580.9300.29
HSL262.5º86.6%38.04%-
HSV(B)262.5º92.82%70.98%-
XYZ11.465.1644.11-
YUV50.99201.37145.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 181 (71.09% from 255) = 67.04%
R=28.15%
G=4.81%
B=67.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76131810.580.9300.29262.586.638.04
Hex4CDB53A5D01D1065726
Octal114152657213503540612746
Binary100110011011011010111101010111010111011000001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,13,181); }

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

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

 a { background-color: rgb(76,13,181); }

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

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

 span { border-color: rgb(76,13,181); }

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