#6906AD

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

Shades of Purple Heart #6906AD

Tints of Purple Heart #6906AD

Color information

#6906AD (or 0x6906AD) is unknown color: approx Purple Heart. HEX triplet: 69, 06 and AD. RGB value is (105,6,173). Sum of RGB (Red+Green+Blue) = 105+6+173=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6906AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6906AD is #96F952. Grayscale: #363636. Windows color (decimal): -9894227 or 11339369. OLE color: 11339369.

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

Color convert

RGB1056173-
CMYK0.390.9700.32
HSL275.57º93.3%35.1%-
HSV(B)275.57º96.53%67.84%-
XYZ13.436.1540.01-
YUV54.64194.8163.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=36.97%
G=2.11%
B=60.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10561730.390.9700.32275.5793.335.1
Hex696AD27610201145d23
Octal15162554714104042413543
Binary110100111010101101100111110000101000001000101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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