#712bbb

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

Shades of Purple Heart #712BBB

Tints of Purple Heart #712BBB

Color information

#712BBB (or 0x712BBB) is unknown color: approx Purple Heart. HEX triplet: 71, 2B and BB. RGB value is (113,43,187). Sum of RGB (Red+Green+Blue) = 113+43+187=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #712BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BBB is #8ED444. Grayscale: #4F4F4F. Windows color (decimal): -9360453 or 12266353. OLE color: 12266353.

HSL color Cylindrical-coordinate representation of color #712BBB: hue angle of 269.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712BBB is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11343187-
CMYK0.400.7700.27
HSL269.17º62.61%45.1%-
HSV(B)269.17º77.01%73.33%-
XYZ16.648.8347.84-
YUV80.35188.19151.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=32.94%
G=12.54%
B=54.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113431870.400.7700.27269.1762.6145.1
Hex712BBB284D01B10d3f2d
Octal16153273501150334157755
Binary1110001101011101110111010001001101011011100001101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712bbb; }

 p { color: rgb(113,43,187); }

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

<style>
 a { background-color: #712bbb; }

 a { background-color: rgb(113,43,187); }

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

<style>
 span { border-color: #712bbb; }

 span { border-color: rgb(113,43,187); }

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