#6823AE

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

Shades of Purple Heart #6823AE

Tints of Purple Heart #6823AE

Color information

#6823AE (or 0x6823AE) is unknown color: approx Purple Heart. HEX triplet: 68, 23 and AE. RGB value is (104,35,174). Sum of RGB (Red+Green+Blue) = 104+35+174=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #6823AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6823AE is #97DC51. Grayscale: #464646. Windows color (decimal): -9952338 or 11412328. OLE color: 11412328.

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

Color convert

RGB10435174-
CMYK0.400.8000.32
HSL269.78º66.51%40.98%-
HSV(B)269.78º79.89%68.24%-
XYZ13.957.240.7-
YUV71.48185.86151.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.23%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=33.23%
G=11.18%
B=55.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104351740.400.8000.32269.7866.5140.98
Hex6823AE285002010e4329
Octal150432565012004041610351
Binary110100010001110101110101000101000001000001000011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6823AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6823AE; }

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

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

<style>
 a { background-color: #6823AE; }

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

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

<style>
 span { border-color: #6823AE; }

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

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