#6926AD

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

Shades of Purple Heart #6926AD

Tints of Purple Heart #6926AD

Color information

#6926AD (or 0x6926AD) is unknown color: approx Purple Heart. HEX triplet: 69, 26 and AD. RGB value is (105,38,173). Sum of RGB (Red+Green+Blue) = 105+38+173=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #6926AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6926AD is #96D952. Grayscale: #484848. Windows color (decimal): -9886035 or 11347561. OLE color: 11347561.

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

Color convert

RGB10538173-
CMYK0.390.7800.32
HSL269.78º63.98%41.37%-
HSV(B)269.78º78.03%67.84%-
XYZ14.067.4140.22-
YUV73.42184.2150.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=33.23%
G=12.03%
B=54.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105381730.390.7800.32269.7863.9841.37
Hex6926AD274E02010e4029
Octal151462554711604041610051
Binary110100110011010101101100111100111001000001000011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6926AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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