#6716BF

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

Shades of Purple Heart #6716BF

Tints of Purple Heart #6716BF

Color information

#6716BF (or 0x6716BF) is unknown color: approx Purple Heart. HEX triplet: 67, 16 and BF. RGB value is (103,22,191). Sum of RGB (Red+Green+Blue) = 103+22+191=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #6716BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BF is #98E940. Grayscale: #404040. Windows color (decimal): -10021185 or 12523111. OLE color: 12523111.

HSL color Cylindrical-coordinate representation of color #6716BF: hue angle of 268.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6716BF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10322191-
CMYK0.460.8800.25
HSL268.76º79.34%41.76%-
HSV(B)268.76º88.48%74.9%-
XYZ15.287.2249.88-
YUV65.48198.84154.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 191 (75% from 255) = 60.44%
R=32.59%
G=6.96%
B=60.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103221910.460.8800.25268.7679.3441.76
Hex6716BF2E5801910d4f2a
Octal147262775613003141511752
Binary1100111101101011111110111010110000110011000011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6716BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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