#4D07B4

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

Shades of Purple Heart #4D07B4

Tints of Purple Heart #4D07B4

Color information

#4D07B4 (or 0x4D07B4) is unknown color: approx Purple Heart. HEX triplet: 4D, 07 and B4. RGB value is (77,7,180). Sum of RGB (Red+Green+Blue) = 77+7+180=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D07B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D07B4 is #B2F84B. Grayscale: #2F2F2F. Windows color (decimal): -11728972 or 11798349. OLE color: 11798349.

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

Color convert

RGB777180-
CMYK0.570.9600.29
HSL264.28º92.51%36.67%-
HSV(B)264.28º96.11%70.59%-
XYZ11.375.0343.55-
YUV47.65202.69148.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 180 (70.70% from 255) = 68.18%
R=29.17%
G=2.65%
B=68.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7771800.570.9600.29264.2892.5136.67
Hex4D7B4396001D1085d25
Octal11572647114003541013545
Binary10011011111011010011100111000000111011000010001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D07B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,7,180); }

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

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

 a { background-color: rgb(77,7,180); }

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

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

 span { border-color: rgb(77,7,180); }

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