#6711B1

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

Shades of Purple Heart #6711B1

Tints of Purple Heart #6711B1

Color information

#6711B1 (or 0x6711B1) is unknown color: approx Purple Heart. HEX triplet: 67, 11 and B1. RGB value is (103,17,177). Sum of RGB (Red+Green+Blue) = 103+17+177=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #6711B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6711B1 is #98EE4E. Grayscale: #3C3C3C. Windows color (decimal): -10022479 or 11604327. OLE color: 11604327.

HSL color Cylindrical-coordinate representation of color #6711B1: hue angle of 272.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6711B1 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10317177-
CMYK0.420.9000.31
HSL272.25º82.47%38.04%-
HSV(B)272.25º90.4%69.41%-
XYZ13.736.4642.12-
YUV60.95193.49157.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=34.68%
G=5.72%
B=59.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal103171770.420.9000.31272.2582.4738.04
Hex6711B12A5A01F1105226
Octal147212615213203742012246
Binary1100111100011011000110101010110100111111000100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6711B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6711B1; }

 p { color: rgb(103,17,177); }

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

<style>
 a { background-color: #6711B1; }

 a { background-color: rgb(103,17,177); }

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

<style>
 span { border-color: #6711B1; }

 span { border-color: rgb(103,17,177); }

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