#6A44C1

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

Shades of Purple Heart #6A44C1

Tints of Purple Heart #6A44C1

Color information

#6A44C1 (or 0x6A44C1) is unknown color: approx Purple Heart. HEX triplet: 6A, 44 and C1. RGB value is (106,68,193). Sum of RGB (Red+Green+Blue) = 106+68+193=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A44C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44C1 is #95BB3E. Grayscale: #5D5D5D. Windows color (decimal): -9812799 or 12665962. OLE color: 12665962.

HSL color Cylindrical-coordinate representation of color #6A44C1: hue angle of 258.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A44C1 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10668193-
CMYK0.450.6500.24
HSL258.24º50.2%51.18%-
HSV(B)258.24º64.77%75.69%-
XYZ17.6411.0551.66-
YUV93.61184.09136.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=28.88%
G=18.53%
B=52.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106681930.450.6500.24258.2450.251.18
Hex6A44C12D410181023233
Octal152104301551010304026263
Binary11010101000100110000011011011000001011000100000010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,193); }

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

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

 a { background-color: rgb(106,68,193); }

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

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

 span { border-color: rgb(106,68,193); }

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