#4503B8

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

Shades of Purple Heart #4503B8

Tints of Purple Heart #4503B8

Color information

#4503B8 (or 0x4503B8) is unknown color: approx Purple Heart. HEX triplet: 45, 03 and B8. RGB value is (69,3,184). Sum of RGB (Red+Green+Blue) = 69+3+184=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 184 (72.27% from 255 or 71.88% from 256); Max value from RGB is 184 - color contains mainly: blue. Hex color #4503B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503B8 is #BAFC47. Grayscale: #2A2A2A. Windows color (decimal): -12254280 or 12059461. OLE color: 12059461.

HSL color Cylindrical-coordinate representation of color #4503B8: hue angle of 261.88º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4503B8 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB693184-
CMYK0.620.9800.28
HSL261.88º96.79%36.67%-
HSV(B)261.88º98.37%72.16%-
XYZ11.144.7945.69-
YUV43.37207.37146.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 184 (72.27% from 255) = 71.88%
R=26.95%
G=1.17%
B=71.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6931840.620.9800.28261.8896.7936.67
Hex453B83E6201C1066125
Octal10532707614203440614145
Binary1000101111011100011111011000100111001000001101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4503B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4503B8; }

 p { color: rgb(69,3,184); }

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

<style>
 a { background-color: #4503B8; }

 a { background-color: rgb(69,3,184); }

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

<style>
 span { border-color: #4503B8; }

 span { border-color: rgb(69,3,184); }

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