#6814B7

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

Shades of Purple Heart #6814B7

Tints of Purple Heart #6814B7

Color information

#6814B7 (or 0x6814B7) is unknown color: approx Purple Heart. HEX triplet: 68, 14 and B7. RGB value is (104,20,183). Sum of RGB (Red+Green+Blue) = 104+20+183=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #6814B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814B7 is #97EB48. Grayscale: #3F3F3F. Windows color (decimal): -9956169 or 11998312. OLE color: 11998312.

HSL color Cylindrical-coordinate representation of color #6814B7: hue angle of 270.92º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6814B7 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10420183-
CMYK0.430.8900.28
HSL270.92º80.3%39.8%-
HSV(B)270.92º89.07%71.76%-
XYZ14.516.8645.36-
YUV63.7195.33156.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 20 (8.20% from 255) = 6.51%
BLUE value IS 183 (71.88% from 255) = 59.61%
R=33.88%
G=6.51%
B=59.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104201830.430.8900.28270.9280.339.8
Hex6814B72B5901C10f5028
Octal150242675313103441712050
Binary1101000101001011011110101110110010111001000011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6814B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6814B7; }

 p { color: rgb(104,20,183); }

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

<style>
 a { background-color: #6814B7; }

 a { background-color: rgb(104,20,183); }

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

<style>
 span { border-color: #6814B7; }

 span { border-color: rgb(104,20,183); }

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