#4B2ACC

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

Shades of Purple Heart #4B2ACC

Tints of Purple Heart #4B2ACC

Color information

#4B2ACC (or 0x4B2ACC) is unknown color: approx Purple Heart. HEX triplet: 4B, 2A and CC. RGB value is (75,42,204). Sum of RGB (Red+Green+Blue) = 75+42+204=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2ACC is #B4D533. Grayscale: #454545. Windows color (decimal): -11851060 or 13380171. OLE color: 13380171.

HSL color Cylindrical-coordinate representation of color #4B2ACC: hue angle of 252.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2ACC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7542204-
CMYK0.630.7900.2
HSL252.22º65.85%48.24%-
HSV(B)252.22º79.41%80%-
XYZ14.637.5157.81-
YUV70.34203.43131.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=23.36%
G=13.08%
B=63.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75422040.630.7900.2252.2265.8548.24
Hex4B2ACC3F4F014fc4230
Octal113523147711702437410260
Binary1001011101010110011001111111001111010100111111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,204); }

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

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

 a { background-color: rgb(75,42,204); }

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

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

 span { border-color: rgb(75,42,204); }

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