#6826AD

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

Shades of Purple Heart #6826AD

Tints of Purple Heart #6826AD

Color information

#6826AD (or 0x6826AD) is unknown color: approx Purple Heart. HEX triplet: 68, 26 and AD. RGB value is (104,38,173). Sum of RGB (Red+Green+Blue) = 104+38+173=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #6826AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6826AD is #97D952. Grayscale: #484848. Windows color (decimal): -9951571 or 11347560. OLE color: 11347560.

HSL color Cylindrical-coordinate representation of color #6826AD: hue angle of 269.33º 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 #6826AD is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10438173-
CMYK0.400.7800.32
HSL269.33º63.98%41.37%-
HSV(B)269.33º78.03%67.84%-
XYZ13.947.3540.22-
YUV73.12184.37150.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=33.02%
G=12.06%
B=54.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104381730.400.7800.32269.3363.9841.37
Hex6826AD284E02010d4029
Octal150462555011604041510051
Binary110100010011010101101101000100111001000001000011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6826AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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