#4318bd

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

Shades of Purple Heart #4318BD

Tints of Purple Heart #4318BD

Color information

#4318BD (or 0x4318BD) is unknown color: approx Purple Heart. HEX triplet: 43, 18 and BD. RGB value is (67,24,189). Sum of RGB (Red+Green+Blue) = 67+24+189=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #4318BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318BD is #BCE742. Grayscale: #373737. Windows color (decimal): -12379971 or 12392515. OLE color: 12392515.

HSL color Cylindrical-coordinate representation of color #4318BD: hue angle of 255.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4318BD is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6724189-
CMYK0.650.8700.26
HSL255.64º77.46%41.76%-
HSV(B)255.64º87.3%74.12%-
XYZ11.835.5248.59-
YUV55.67203.25136.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 189 (74.22% from 255) = 67.5%
R=23.93%
G=8.57%
B=67.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67241890.650.8700.26255.6477.4641.76
Hex4318BD415701A1004d2a
Octal1033027510112703240011552
Binary10000111100010111101100000110101110110101000000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4318bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4318bd; }

 p { color: rgb(67,24,189); }

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

<style>
 a { background-color: #4318bd; }

 a { background-color: rgb(67,24,189); }

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

<style>
 span { border-color: #4318bd; }

 span { border-color: rgb(67,24,189); }

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