#4B35BD

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

Shades of Purple Heart #4B35BD

Tints of Purple Heart #4B35BD

Color information

#4B35BD (or 0x4B35BD) is unknown color: approx Purple Heart. HEX triplet: 4B, 35 and BD. RGB value is (75,53,189). Sum of RGB (Red+Green+Blue) = 75+53+189=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B35BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B35BD is #B4CA42. Grayscale: #4A4A4A. Windows color (decimal): -11848259 or 12399947. OLE color: 12399947.

HSL color Cylindrical-coordinate representation of color #4B35BD: hue angle of 249.71º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B35BD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7553189-
CMYK0.600.7200.26
HSL249.71º56.2%47.45%-
HSV(B)249.71º71.96%74.12%-
XYZ13.367.7248.93-
YUV75.08192.29127.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 189 (74.22% from 255) = 59.62%
R=23.66%
G=16.72%
B=59.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75531890.600.7200.26249.7156.247.45
Hex4B35BD3C4801Afa382f
Octal11365275741100323727057
Binary100101111010110111101111100100100001101011111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,189); }

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

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

 a { background-color: rgb(75,53,189); }

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

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

 span { border-color: rgb(75,53,189); }

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