#6114BB

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

Shades of Purple Heart #6114BB

Tints of Purple Heart #6114BB

Color information

#6114BB (or 0x6114BB) is unknown color: approx Purple Heart. HEX triplet: 61, 14 and BB. RGB value is (97,20,187). Sum of RGB (Red+Green+Blue) = 97+20+187=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #6114BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114BB is #9EEB44. Grayscale: #3D3D3D. Windows color (decimal): -10414917 or 12260449. OLE color: 12260449.

HSL color Cylindrical-coordinate representation of color #6114BB: hue angle of 267.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114BB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9720187-
CMYK0.480.8900.27
HSL267.66º80.68%40.59%-
HSV(B)267.66º89.3%73.33%-
XYZ14.156.6347.55-
YUV62.06198.51152.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 20 (8.20% from 255) = 6.58%
BLUE value IS 187 (73.44% from 255) = 61.51%
R=31.91%
G=6.58%
B=61.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97201870.480.8900.27267.6680.6840.59
Hex6114BB305901B10c5129
Octal141242736013103341412151
Binary1100001101001011101111000010110010110111000011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6114BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6114BB; }

 p { color: rgb(97,20,187); }

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

<style>
 a { background-color: #6114BB; }

 a { background-color: rgb(97,20,187); }

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

<style>
 span { border-color: #6114BB; }

 span { border-color: rgb(97,20,187); }

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