#6D3AB7

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

Shades of Purple Heart #6D3AB7

Tints of Purple Heart #6D3AB7

Color information

#6D3AB7 (or 0x6D3AB7) is unknown color: approx Purple Heart. HEX triplet: 6D, 3A and B7. RGB value is (109,58,183). Sum of RGB (Red+Green+Blue) = 109+58+183=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #6D3AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3AB7 is #92C548. Grayscale: #575757. Windows color (decimal): -9618761 or 12008045. OLE color: 12008045.

HSL color Cylindrical-coordinate representation of color #6D3AB7: hue angle of 264.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3AB7 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10958183-
CMYK0.400.6800.28
HSL264.48º51.87%47.25%-
HSV(B)264.48º68.31%71.76%-
XYZ16.379.745.81-
YUV87.5181.9143.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 183 (71.88% from 255) = 52.29%
R=31.14%
G=16.57%
B=52.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal109581830.400.6800.28264.4851.8747.25
Hex6D3AB7284401C108342f
Octal15572267501040344106457
Binary1101101111010101101111010001000100011100100001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,58,183); }

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

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

 a { background-color: rgb(109,58,183); }

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

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

 span { border-color: rgb(109,58,183); }

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