#6714BF

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

Shades of Purple Heart #6714BF

Tints of Purple Heart #6714BF

Color information

#6714BF (or 0x6714BF) is unknown color: approx Purple Heart. HEX triplet: 67, 14 and BF. RGB value is (103,20,191). Sum of RGB (Red+Green+Blue) = 103+20+191=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6714BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6714BF is #98EB40. Grayscale: #3F3F3F. Windows color (decimal): -10021697 or 12522599. OLE color: 12522599.

HSL color Cylindrical-coordinate representation of color #6714BF: hue angle of 269.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6714BF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10320191-
CMYK0.460.9000.25
HSL269.12º81.04%41.37%-
HSV(B)269.12º89.53%74.9%-
XYZ15.257.1549.87-
YUV64.31199.5155.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 20 (8.20% from 255) = 6.37%
BLUE value IS 191 (75% from 255) = 60.83%
R=32.80%
G=6.37%
B=60.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103201910.460.9000.25269.1281.0441.37
Hex6714BF2E5A01910d5129
Octal147242775613203141512151
Binary1100111101001011111110111010110100110011000011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6714BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,20,191); }

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

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

 a { background-color: rgb(103,20,191); }

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

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

 span { border-color: rgb(103,20,191); }

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