#6131AE

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

Shades of Purple Heart #6131AE

Tints of Purple Heart #6131AE

Color information

#6131AE (or 0x6131AE) is unknown color: approx Purple Heart. HEX triplet: 61, 31 and AE. RGB value is (97,49,174). Sum of RGB (Red+Green+Blue) = 97+49+174=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #6131AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6131AE is #9ECE51. Grayscale: #4D4D4D. Windows color (decimal): -10407506 or 11415905. OLE color: 11415905.

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

Color convert

RGB9749174-
CMYK0.440.7200.32
HSL263.04º56.05%43.73%-
HSV(B)263.04º71.84%68.24%-
XYZ13.677.7940.83-
YUV77.6182.4141.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=30.31%
G=15.31%
B=54.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97491740.440.7200.32263.0456.0543.73
Hex6131AE2C48020107382c
Octal14161256541100404077054
Binary11000011100011010111010110010010000100000100000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6131AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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