#6A44BF

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

Shades of Purple Heart #6A44BF

Tints of Purple Heart #6A44BF

Color information

#6A44BF (or 0x6A44BF) is unknown color: approx Purple Heart. HEX triplet: 6A, 44 and BF. RGB value is (106,68,191). Sum of RGB (Red+Green+Blue) = 106+68+191=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A44BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44BF is #95BB40. Grayscale: #5C5C5C. Windows color (decimal): -9812801 or 12534890. OLE color: 12534890.

HSL color Cylindrical-coordinate representation of color #6A44BF: hue angle of 258.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A44BF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10668191-
CMYK0.450.6400.25
HSL258.54º49%50.78%-
HSV(B)258.54º64.4%74.9%-
XYZ17.4110.9650.49-
YUV93.38183.09137-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 191 (75% from 255) = 52.33%
R=29.04%
G=18.63%
B=52.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106681910.450.6400.25258.544950.78
Hex6A44BF2D400191033133
Octal152104277551000314036163
Binary11010101000100101111111011011000000011001100000011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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