#6314BB

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

Shades of Purple Heart #6314BB

Tints of Purple Heart #6314BB

Color information

#6314BB (or 0x6314BB) is unknown color: approx Purple Heart. HEX triplet: 63, 14 and BB. RGB value is (99,20,187). Sum of RGB (Red+Green+Blue) = 99+20+187=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6314BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6314BB is #9CEB44. Grayscale: #3E3E3E. Windows color (decimal): -10283845 or 12260451. OLE color: 12260451.

HSL color Cylindrical-coordinate representation of color #6314BB: hue angle of 268.38º 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 #6314BB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9920187-
CMYK0.470.8900.27
HSL268.38º80.68%40.59%-
HSV(B)268.38º89.3%73.33%-
XYZ14.376.7447.56-
YUV62.66198.17153.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=32.35%
G=6.54%
B=61.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99201870.470.8900.27268.3880.6840.59
Hex6314BB2F5901B10c5129
Octal143242735713103341412151
Binary1100011101001011101110111110110010110111000011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6314BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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