#6917A4

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

Shades of Purple Heart #6917A4

Tints of Purple Heart #6917A4

Color information

#6917A4 (or 0x6917A4) is unknown color: approx Purple Heart. HEX triplet: 69, 17 and A4. RGB value is (105,23,164). Sum of RGB (Red+Green+Blue) = 105+23+164=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #6917A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6917A4 is #96E85B. Grayscale: #3F3F3F. Windows color (decimal): -9889884 or 10753897. OLE color: 10753897.

HSL color Cylindrical-coordinate representation of color #6917A4: hue angle of 274.89º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6917A4 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10523164-
CMYK0.360.8600.36
HSL274.89º75.4%36.67%-
HSV(B)274.89º85.98%64.31%-
XYZ12.836.335.66-
YUV63.59184.67157.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 23 (9.38% from 255) = 7.88%
BLUE value IS 164 (64.45% from 255) = 56.16%
R=35.96%
G=7.88%
B=56.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105231640.360.8600.36274.8975.436.67
Hex6917A424560241134b25
Octal151272444412604442311345
Binary11010011011110100100100100101011001001001000100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6917A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6917A4; }

 p { color: rgb(105,23,164); }

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

<style>
 a { background-color: #6917A4; }

 a { background-color: rgb(105,23,164); }

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

<style>
 span { border-color: #6917A4; }

 span { border-color: rgb(105,23,164); }

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