#4510BE

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

Shades of Purple Heart #4510BE

Tints of Purple Heart #4510BE

Color information

#4510BE (or 0x4510BE) is unknown color: approx Purple Heart. HEX triplet: 45, 10 and BE. RGB value is (69,16,190). Sum of RGB (Red+Green+Blue) = 69+16+190=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4510BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510BE is #BAEF41. Grayscale: #333333. Windows color (decimal): -12250946 or 12456005. OLE color: 12456005.

HSL color Cylindrical-coordinate representation of color #4510BE: hue angle of 258.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4510BE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6916190-
CMYK0.640.9200.25
HSL258.28º84.47%40.39%-
HSV(B)258.28º91.58%74.51%-
XYZ11.935.3549.12-
YUV51.68206.06140.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=25.09%
G=5.82%
B=69.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69161900.640.9200.25258.2884.4740.39
Hex4510BE405C0191025428
Octal1052027610013403140212450
Binary10001011000010111110100000010111000110011000000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4510BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4510BE; }

 p { color: rgb(69,16,190); }

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

<style>
 a { background-color: #4510BE; }

 a { background-color: rgb(69,16,190); }

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

<style>
 span { border-color: #4510BE; }

 span { border-color: rgb(69,16,190); }

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