#4311B2

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

Shades of Purple Heart #4311B2

Tints of Purple Heart #4311B2

Color information

#4311B2 (or 0x4311B2) is unknown color: approx Purple Heart. HEX triplet: 43, 11 and B2. RGB value is (67,17,178). Sum of RGB (Red+Green+Blue) = 67+17+178=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #4311B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4311B2 is #BCEE4D. Grayscale: #313131. Windows color (decimal): -12381774 or 11669827. OLE color: 11669827.

HSL color Cylindrical-coordinate representation of color #4311B2: hue angle of 258.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4311B2 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6717178-
CMYK0.620.9000.30
HSL258.63º82.56%38.24%-
HSV(B)258.63º90.45%69.8%-
XYZ10.554.8142.49-
YUV50.3200.06139.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 178 (69.92% from 255) = 67.94%
R=25.57%
G=6.49%
B=67.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal67171780.620.9000.30258.6382.5638.24
Hex4311B23E5A01E1035326
Octal103212627613203640312346
Binary1000011100011011001011111010110100111101000000111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4311B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4311B2; }

 p { color: rgb(67,17,178); }

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

<style>
 a { background-color: #4311B2; }

 a { background-color: rgb(67,17,178); }

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

<style>
 span { border-color: #4311B2; }

 span { border-color: rgb(67,17,178); }

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