#6A44BE

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

Shades of Purple Heart #6A44BE

Tints of Purple Heart #6A44BE

Color information

#6A44BE (or 0x6A44BE) is unknown color: approx Purple Heart. HEX triplet: 6A, 44 and BE. RGB value is (106,68,190). Sum of RGB (Red+Green+Blue) = 106+68+190=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44BE is #95BB41. Grayscale: #5C5C5C. Windows color (decimal): -9812802 or 12469354. OLE color: 12469354.

HSL color Cylindrical-coordinate representation of color #6A44BE: hue angle of 258.69º degrees, saturation: 0.48, 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 #6A44BE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10668190-
CMYK0.440.6400.25
HSL258.69º48.41%50.59%-
HSV(B)258.69º64.21%74.51%-
XYZ17.3110.9249.91-
YUV93.27182.59137.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.12%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=29.12%
G=18.68%
B=52.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106681900.440.6400.25258.6948.4150.59
Hex6A44BE2C400191033033
Octal152104276541000314036063
Binary11010101000100101111101011001000000011001100000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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