#6827AC

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

Shades of Purple Heart #6827AC

Tints of Purple Heart #6827AC

Color information

#6827AC (or 0x6827AC) is unknown color: approx Purple Heart. HEX triplet: 68, 27 and AC. RGB value is (104,39,172). Sum of RGB (Red+Green+Blue) = 104+39+172=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #6827AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6827AC is #97D853. Grayscale: #494949. Windows color (decimal): -9951316 or 11282280. OLE color: 11282280.

HSL color Cylindrical-coordinate representation of color #6827AC: hue angle of 269.32º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6827AC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10439172-
CMYK0.400.7700.33
HSL269.32º63.03%41.37%-
HSV(B)269.32º77.33%67.45%-
XYZ13.887.3739.72-
YUV73.6183.53149.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=33.02%
G=12.38%
B=54.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104391720.400.7700.33269.3263.0341.37
Hex6827AC284D02110d3f29
Octal15047254501150414157751
Binary11010001001111010110010100010011010100001100001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6827AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6827AC; }

 p { color: rgb(104,39,172); }

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

<style>
 a { background-color: #6827AC; }

 a { background-color: rgb(104,39,172); }

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

<style>
 span { border-color: #6827AC; }

 span { border-color: rgb(104,39,172); }

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