#4B3ACD

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

Shades of Purple Heart #4B3ACD

Tints of Purple Heart #4B3ACD

Color information

#4B3ACD (or 0x4B3ACD) is unknown color: approx Purple Heart. HEX triplet: 4B, 3A and CD. RGB value is (75,58,205). Sum of RGB (Red+Green+Blue) = 75+58+205=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3ACD is #B4C532. Grayscale: #4F4F4F. Windows color (decimal): -11846963 or 13449803. OLE color: 13449803.

HSL color Cylindrical-coordinate representation of color #4B3ACD: hue angle of 246.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3ACD is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7558205-
CMYK0.630.7200.20
HSL246.94º59.51%51.57%-
HSV(B)246.94º71.71%80.39%-
XYZ15.438.9358.67-
YUV79.84198.63124.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 58 (23.05% from 255) = 17.16%
BLUE value IS 205 (80.47% from 255) = 60.65%
R=22.19%
G=17.16%
B=60.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75582050.630.7200.20246.9459.5151.57
Hex4B3ACD3F48014f73c34
Octal11372315771100243677464
Binary100101111101011001101111111100100001010011110111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,205); }

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

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

 a { background-color: rgb(75,58,205); }

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

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

 span { border-color: rgb(75,58,205); }

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