#4A3ABC

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

Shades of Purple Heart #4A3ABC

Tints of Purple Heart #4A3ABC

Color information

#4A3ABC (or 0x4A3ABC) is unknown color: approx Purple Heart. HEX triplet: 4A, 3A and BC. RGB value is (74,58,188). Sum of RGB (Red+Green+Blue) = 74+58+188=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A3ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ABC is #B5C543. Grayscale: #4D4D4D. Windows color (decimal): -11912516 or 12335690. OLE color: 12335690.

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

Color convert

RGB7458188-
CMYK0.610.6900.26
HSL247.38º52.85%48.24%-
HSV(B)247.38º69.15%73.73%-
XYZ13.418.1148.44-
YUV77.6190.3125.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 188 (73.83% from 255) = 58.75%
R=23.12%
G=18.12%
B=58.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74581880.610.6900.26247.3852.8548.24
Hex4A3ABC3D4501Af73530
Octal11272274751050323676560
Binary100101011101010111100111101100010101101011110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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