#4318AC

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

Shades of Purple Heart #4318AC

Tints of Purple Heart #4318AC

Color information

#4318AC (or 0x4318AC) is unknown color: approx Purple Heart. HEX triplet: 43, 18 and AC. RGB value is (67,24,172). Sum of RGB (Red+Green+Blue) = 67+24+172=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #4318AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4318AC is #BCE753. Grayscale: #353535. Windows color (decimal): -12379988 or 11278403. OLE color: 11278403.

HSL color Cylindrical-coordinate representation of color #4318AC: hue angle of 257.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4318AC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6724172-
CMYK0.610.8600.33
HSL257.43º75.51%38.43%-
HSV(B)257.43º86.05%67.45%-
XYZ10.094.8339.43-
YUV53.73194.75137.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 172 (67.58% from 255) = 65.40%
R=25.48%
G=9.13%
B=65.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67241720.610.8600.33257.4375.5138.43
Hex4318AC3D560211014c26
Octal103302547512604140111446
Binary10000111100010101100111101101011001000011000000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4318AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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