#3712BD

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

Shades of Purple Heart #3712BD

Tints of Purple Heart #3712BD

Color information

#3712BD (or 0x3712BD) is unknown color: approx Purple Heart. HEX triplet: 37, 12 and BD. RGB value is (55,18,189). Sum of RGB (Red+Green+Blue) = 55+18+189=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #3712BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3712BD is #C8ED42. Grayscale: #2F2F2F. Windows color (decimal): -13167939 or 12390967. OLE color: 12390967.

HSL color Cylindrical-coordinate representation of color #3712BD: hue angle of 252.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3712BD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5518189-
CMYK0.710.9000.26
HSL252.98º82.61%40.59%-
HSV(B)252.98º90.48%74.12%-
XYZ10.984.9248.52-
YUV48.56207.26132.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 189 (74.22% from 255) = 72.14%
R=20.99%
G=6.87%
B=72.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55181890.710.9000.26252.9882.6140.59
Hex3712BD475A01Afd5329
Octal672227510713203237512351
Binary110111100101011110110001111011010011010111111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3712BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3712BD; }

 p { color: rgb(55,18,189); }

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

<style>
 a { background-color: #3712BD; }

 a { background-color: rgb(55,18,189); }

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

<style>
 span { border-color: #3712BD; }

 span { border-color: rgb(55,18,189); }

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