#6907AD

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

Shades of Purple Heart #6907AD

Tints of Purple Heart #6907AD

Color information

#6907AD (or 0x6907AD) is unknown color: approx Purple Heart. HEX triplet: 69, 07 and AD. RGB value is (105,7,173). Sum of RGB (Red+Green+Blue) = 105+7+173=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6907AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6907AD is #96F852. Grayscale: #363636. Windows color (decimal): -9893971 or 11339625. OLE color: 11339625.

HSL color Cylindrical-coordinate representation of color #6907AD: hue angle of 275.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6907AD is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1057173-
CMYK0.390.9600.32
HSL275.42º92.22%35.29%-
HSV(B)275.42º95.95%67.84%-
XYZ13.446.1740.02-
YUV55.23194.47163.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=36.84%
G=2.46%
B=60.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10571730.390.9600.32275.4292.2235.29
Hex697AD27600201135c23
Octal15172554714004042313443
Binary110100111110101101100111110000001000001000100111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6907AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6907AD; }

 p { color: rgb(105,7,173); }

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

<style>
 a { background-color: #6907AD; }

 a { background-color: rgb(105,7,173); }

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

<style>
 span { border-color: #6907AD; }

 span { border-color: rgb(105,7,173); }

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