#4313C0

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

Shades of Purple Heart #4313C0

Tints of Purple Heart #4313C0

Color information

#4313C0 (or 0x4313C0) is unknown color: approx Purple Heart. HEX triplet: 43, 13 and C0. RGB value is (67,19,192). Sum of RGB (Red+Green+Blue) = 67+19+192=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #4313C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4313C0 is #BCEC3F. Grayscale: #343434. Windows color (decimal): -12381248 or 12587843. OLE color: 12587843.

HSL color Cylindrical-coordinate representation of color #4313C0: hue angle of 256.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4313C0 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6719192-
CMYK0.650.9000.25
HSL256.65º81.99%41.37%-
HSV(B)256.65º90.1%75.29%-
XYZ12.065.4650.29-
YUV53.07206.4137.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 192 (75.39% from 255) = 69.06%
R=24.10%
G=6.83%
B=69.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67191920.650.9000.25256.6581.9941.37
Hex4313C0415A0191015229
Octal1032330010113203140112251
Binary10000111001111000000100000110110100110011000000011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4313C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4313C0; }

 p { color: rgb(67,19,192); }

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

<style>
 a { background-color: #4313C0; }

 a { background-color: rgb(67,19,192); }

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

<style>
 span { border-color: #4313C0; }

 span { border-color: rgb(67,19,192); }

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