#3708BD

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

Shades of Purple Heart #3708BD

Tints of Purple Heart #3708BD

Color information

#3708BD (or 0x3708BD) is unknown color: approx Purple Heart. HEX triplet: 37, 08 and BD. RGB value is (55,8,189). Sum of RGB (Red+Green+Blue) = 55+8+189=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #3708BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3708BD is #C8F742. Grayscale: #2A2A2A. Windows color (decimal): -13170499 or 12388407. OLE color: 12388407.

HSL color Cylindrical-coordinate representation of color #3708BD: hue angle of 255.58º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3708BD is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB558189-
CMYK0.710.9600.26
HSL255.58º91.88%38.63%-
HSV(B)255.58º95.77%74.12%-
XYZ10.854.6648.47-
YUV42.69210.57136.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 189 (74.22% from 255) = 75%
R=21.83%
G=3.17%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5581890.710.9600.26255.5891.8838.63
Hex378BD476001A1005c27
Octal671027510714003240013447
Binary110111100010111101100011111000000110101000000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3708BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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