#6132AE

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

Shades of Purple Heart #6132AE

Tints of Purple Heart #6132AE

Color information

#6132AE (or 0x6132AE) is unknown color: approx Purple Heart. HEX triplet: 61, 32 and AE. RGB value is (97,50,174). Sum of RGB (Red+Green+Blue) = 97+50+174=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #6132AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6132AE is #9ECD51. Grayscale: #4D4D4D. Windows color (decimal): -10407250 or 11416161. OLE color: 11416161.

HSL color Cylindrical-coordinate representation of color #6132AE: hue angle of 262.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6132AE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9750174-
CMYK0.440.7100.32
HSL262.74º55.36%43.92%-
HSV(B)262.74º71.26%68.24%-
XYZ13.717.8840.84-
YUV78.19182.07141.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=30.22%
G=15.58%
B=54.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97501740.440.7100.32262.7455.3643.92
Hex6132AE2C47020107372c
Octal14162256541070404076754
Binary11000011100101010111010110010001110100000100000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6132AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6132AE; }

 p { color: rgb(97,50,174); }

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

<style>
 a { background-color: #6132AE; }

 a { background-color: rgb(97,50,174); }

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

<style>
 span { border-color: #6132AE; }

 span { border-color: rgb(97,50,174); }

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