#6a18ae

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

Shades of Purple Heart #6A18AE

Tints of Purple Heart #6A18AE

Color information

#6A18AE (or 0x6A18AE) is unknown color: approx Purple Heart. HEX triplet: 6A, 18 and AE. RGB value is (106,24,174). Sum of RGB (Red+Green+Blue) = 106+24+174=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A18AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A18AE is #95E751. Grayscale: #414141. Windows color (decimal): -9824082 or 11409514. OLE color: 11409514.

HSL color Cylindrical-coordinate representation of color #6A18AE: hue angle of 272.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A18AE is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10624174-
CMYK0.390.8600.32
HSL272.8º75.76%38.82%-
HSV(B)272.8º86.21%68.24%-
XYZ13.916.7740.62-
YUV65.62189.17156.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=34.87%
G=7.89%
B=57.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106241740.390.8600.32272.875.7638.82
Hex6A18AE27560201114c27
Octal152302564712604042111447
Binary11010101100010101110100111101011001000001000100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a18ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a18ae; }

 p { color: rgb(106,24,174); }

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

<style>
 a { background-color: #6a18ae; }

 a { background-color: rgb(106,24,174); }

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

<style>
 span { border-color: #6a18ae; }

 span { border-color: rgb(106,24,174); }

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