#4A05BC

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

Shades of Purple Heart #4A05BC

Tints of Purple Heart #4A05BC

Color information

#4A05BC (or 0x4A05BC) is unknown color: approx Purple Heart. HEX triplet: 4A, 05 and BC. RGB value is (74,5,188). Sum of RGB (Red+Green+Blue) = 74+5+188=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A05BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A05BC is #B5FA43. Grayscale: #2D2D2D. Windows color (decimal): -11926084 or 12322122. OLE color: 12322122.

HSL color Cylindrical-coordinate representation of color #4A05BC: hue angle of 262.62º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A05BC is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB745188-
CMYK0.610.9700.26
HSL262.62º94.82%37.84%-
HSV(B)262.62º97.34%73.73%-
XYZ11.965.247.95-
YUV46.49207.86147.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.72%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=27.72%
G=1.87%
B=70.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7451880.610.9700.26262.6294.8237.84
Hex4A5BC3D6101A1075f26
Octal11252747514103240713746
Binary10010101011011110011110111000010110101000001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A05BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,188); }

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

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

 a { background-color: rgb(74,5,188); }

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

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

 span { border-color: rgb(74,5,188); }

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