#6823AB

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

Shades of Purple Heart #6823AB

Tints of Purple Heart #6823AB

Color information

#6823AB (or 0x6823AB) is unknown color: approx Purple Heart. HEX triplet: 68, 23 and AB. RGB value is (104,35,171). Sum of RGB (Red+Green+Blue) = 104+35+171=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6823AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6823AB is #97DC54. Grayscale: #464646. Windows color (decimal): -9952341 or 11215720. OLE color: 11215720.

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

Color convert

RGB10435171-
CMYK0.390.8000.33
HSL270.44º66.02%40.39%-
HSV(B)270.44º79.53%67.06%-
XYZ13.667.0939.18-
YUV71.13184.36151.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=33.55%
G=11.29%
B=55.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104351710.390.8000.33270.4466.0240.39
Hex6823AB275002110e4228
Octal150432534712004141610250
Binary110100010001110101011100111101000001000011000011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6823AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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