#6A32B7

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

Shades of Purple Heart #6A32B7

Tints of Purple Heart #6A32B7

Color information

#6A32B7 (or 0x6A32B7) is unknown color: approx Purple Heart. HEX triplet: 6A, 32 and B7. RGB value is (106,50,183). Sum of RGB (Red+Green+Blue) = 106+50+183=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A32B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A32B7 is #95CD48. Grayscale: #515151. Windows color (decimal): -9817417 or 12005994. OLE color: 12005994.

HSL color Cylindrical-coordinate representation of color #6A32B7: hue angle of 265.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A32B7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10650183-
CMYK0.420.7300.28
HSL265.26º57.08%45.69%-
HSV(B)265.26º72.68%71.76%-
XYZ15.638.7645.67-
YUV81.91185.05145.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=31.27%
G=14.75%
B=53.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106501830.420.7300.28265.2657.0845.69
Hex6A32B72A4901C109392e
Octal15262267521110344117156
Binary1101010110010101101111010101001001011100100001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A32B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,183); }

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

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

 a { background-color: rgb(106,50,183); }

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

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

 span { border-color: rgb(106,50,183); }

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