#6716BC

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

Shades of Purple Heart #6716BC

Tints of Purple Heart #6716BC

Color information

#6716BC (or 0x6716BC) is unknown color: approx Purple Heart. HEX triplet: 67, 16 and BC. RGB value is (103,22,188). Sum of RGB (Red+Green+Blue) = 103+22+188=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #6716BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BC is #98E943. Grayscale: #404040. Windows color (decimal): -10021188 or 12326503. OLE color: 12326503.

HSL color Cylindrical-coordinate representation of color #6716BC: hue angle of 269.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6716BC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10322188-
CMYK0.450.8800.26
HSL269.28º79.05%41.18%-
HSV(B)269.28º88.3%73.73%-
XYZ14.967.0948.16-
YUV65.14197.34155-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=32.91%
G=7.03%
B=60.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103221880.450.8800.26269.2879.0541.18
Hex6716BC2D5801A10d4f29
Octal147262745513003241511751
Binary1100111101101011110010110110110000110101000011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6716BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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