#6C23AE

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

Shades of Purple Heart #6C23AE

Tints of Purple Heart #6C23AE

Color information

#6C23AE (or 0x6C23AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 23 and AE. RGB value is (108,35,174). Sum of RGB (Red+Green+Blue) = 108+35+174=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C23AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C23AE is #93DC51. Grayscale: #484848. Windows color (decimal): -9690194 or 11412332. OLE color: 11412332.

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

Color convert

RGB10835174-
CMYK0.380.8000.32
HSL271.51º66.51%40.98%-
HSV(B)271.51º79.89%68.24%-
XYZ14.437.4540.72-
YUV72.67185.18153.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.07%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=34.07%
G=11.04%
B=54.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108351740.380.8000.32271.5166.5140.98
Hex6C23AE26500201104329
Octal154432564612004042010351
Binary110110010001110101110100110101000001000001000100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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