#6131BF

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

Shades of Purple Heart #6131BF

Tints of Purple Heart #6131BF

Color information

#6131BF (or 0x6131BF) is unknown color: approx Purple Heart. HEX triplet: 61, 31 and BF. RGB value is (97,49,191). Sum of RGB (Red+Green+Blue) = 97+49+191=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #6131BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131BF is #9ECE40. Grayscale: #4F4F4F. Windows color (decimal): -10407489 or 12530017. OLE color: 12530017.

HSL color Cylindrical-coordinate representation of color #6131BF: hue angle of 260.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6131BF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9749191-
CMYK0.490.7400.25
HSL260.28º59.17%47.06%-
HSV(B)260.28º74.35%74.9%-
XYZ15.438.550.12-
YUV79.54190.9140.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 191 (75% from 255) = 56.68%
R=28.78%
G=14.54%
B=56.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97491910.490.7400.25260.2859.1747.06
Hex6131BF314A0191043b2f
Octal14161277611120314047357
Binary1100001110001101111111100011001010011001100000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6131BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6131BF; }

 p { color: rgb(97,49,191); }

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

<style>
 a { background-color: #6131BF; }

 a { background-color: rgb(97,49,191); }

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

<style>
 span { border-color: #6131BF; }

 span { border-color: rgb(97,49,191); }

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