#6134AE

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

Shades of Purple Heart #6134AE

Tints of Purple Heart #6134AE

Color information

#6134AE (or 0x6134AE) is unknown color: approx Purple Heart. HEX triplet: 61, 34 and AE. RGB value is (97,52,174). Sum of RGB (Red+Green+Blue) = 97+52+174=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #6134AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6134AE is #9ECB51. Grayscale: #4E4E4E. Windows color (decimal): -10406738 or 11416673. OLE color: 11416673.

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

Color convert

RGB9752174-
CMYK0.440.7000.32
HSL262.13º53.98%44.31%-
HSV(B)262.13º70.11%68.24%-
XYZ13.88.0540.87-
YUV79.36181.41140.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=30.03%
G=16.10%
B=53.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97521740.440.7000.32262.1353.9844.31
Hex6134AE2C46020106362c
Octal14164256541060404066654
Binary11000011101001010111010110010001100100000100000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6134AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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