#6919AA

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

Shades of Purple Heart #6919AA

Tints of Purple Heart #6919AA

Color information

#6919AA (or 0x6919AA) is unknown color: approx Purple Heart. HEX triplet: 69, 19 and AA. RGB value is (105,25,170). Sum of RGB (Red+Green+Blue) = 105+25+170=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #6919AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6919AA is #96E655. Grayscale: #404040. Windows color (decimal): -9889366 or 11147625. OLE color: 11147625.

HSL color Cylindrical-coordinate representation of color #6919AA: hue angle of 273.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6919AA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10525170-
CMYK0.380.8500.33
HSL273.1º74.36%38.24%-
HSV(B)273.1º85.29%66.67%-
XYZ13.436.638.6-
YUV65.45187156.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=35%
G=8.33%
B=56.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105251700.380.8500.33273.174.3638.24
Hex6919AA26550211114a26
Octal151312524612504142111246
Binary11010011100110101010100110101010101000011000100011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6919AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6919AA; }

 p { color: rgb(105,25,170); }

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

<style>
 a { background-color: #6919AA; }

 a { background-color: rgb(105,25,170); }

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

<style>
 span { border-color: #6919AA; }

 span { border-color: rgb(105,25,170); }

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