#6823aa

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

Shades of Purple Heart #6823AA

Tints of Purple Heart #6823AA

Color information

#6823AA (or 0x6823AA) is unknown color: approx Purple Heart. HEX triplet: 68, 23 and AA. RGB value is (104,35,170). Sum of RGB (Red+Green+Blue) = 104+35+170=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #6823AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6823AA is #97DC55. Grayscale: #464646. Windows color (decimal): -9952342 or 11150184. OLE color: 11150184.

HSL color Cylindrical-coordinate representation of color #6823AA: hue angle of 270.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6823AA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10435170-
CMYK0.390.7900.33
HSL270.67º65.85%40.2%-
HSV(B)270.67º79.41%66.67%-
XYZ13.577.0538.68-
YUV71.02183.86151.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 35 (14.06% from 255) = 11.33%
BLUE value IS 170 (66.80% from 255) = 55.02%
R=33.66%
G=11.33%
B=55.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104351700.390.7900.33270.6765.8540.2
Hex6823AA274F02110f4228
Octal150432524711704141710250
Binary110100010001110101010100111100111101000011000011111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6823aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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