#4508B4

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

Shades of Purple Heart #4508B4

Tints of Purple Heart #4508B4

Color information

#4508B4 (or 0x4508B4) is unknown color: approx Purple Heart. HEX triplet: 45, 08 and B4. RGB value is (69,8,180). Sum of RGB (Red+Green+Blue) = 69+8+180=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #4508B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508B4 is #BAF74B. Grayscale: #2D2D2D. Windows color (decimal): -12253004 or 11798597. OLE color: 11798597.

HSL color Cylindrical-coordinate representation of color #4508B4: hue angle of 261.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508B4 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB698180-
CMYK0.620.9600.29
HSL261.28º91.49%36.86%-
HSV(B)261.28º95.56%70.59%-
XYZ10.784.7343.53-
YUV45.85203.71144.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 180 (70.70% from 255) = 70.04%
R=26.85%
G=3.11%
B=70.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6981800.620.9600.29261.2891.4936.86
Hex458B43E6001D1055b25
Octal105102647614003540513345
Binary100010110001011010011111011000000111011000001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4508B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4508B4; }

 p { color: rgb(69,8,180); }

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

<style>
 a { background-color: #4508B4; }

 a { background-color: rgb(69,8,180); }

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

<style>
 span { border-color: #4508B4; }

 span { border-color: rgb(69,8,180); }

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