#6A23AE

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

Shades of Purple Heart #6A23AE

Tints of Purple Heart #6A23AE

Color information

#6A23AE (or 0x6A23AE) is unknown color: approx Purple Heart. HEX triplet: 6A, 23 and AE. RGB value is (106,35,174). Sum of RGB (Red+Green+Blue) = 106+35+174=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A23AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A23AE is #95DC51. Grayscale: #474747. Windows color (decimal): -9821266 or 11412330. OLE color: 11412330.

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

Color convert

RGB10635174-
CMYK0.390.8000.32
HSL270.65º66.51%40.98%-
HSV(B)270.65º79.89%68.24%-
XYZ14.187.3240.71-
YUV72.08185.52152.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=33.65%
G=11.11%
B=55.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106351740.390.8000.32270.6566.5140.98
Hex6A23AE275002010f4329
Octal152432564712004041710351
Binary110101010001110101110100111101000001000001000011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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