#6131B4

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

Shades of Purple Heart #6131B4

Tints of Purple Heart #6131B4

Color information

#6131B4 (or 0x6131B4) is unknown color: approx Purple Heart. HEX triplet: 61, 31 and B4. RGB value is (97,49,180). Sum of RGB (Red+Green+Blue) = 97+49+180=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #6131B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6131B4 is #9ECE4B. Grayscale: #4D4D4D. Windows color (decimal): -10407500 or 11809121. OLE color: 11809121.

HSL color Cylindrical-coordinate representation of color #6131B4: hue angle of 261.98º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6131B4 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9749180-
CMYK0.460.7300.29
HSL261.98º57.21%44.9%-
HSV(B)261.98º72.78%70.59%-
XYZ14.278.0343.98-
YUV78.29185.4141.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=29.75%
G=15.03%
B=55.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97491800.460.7300.29261.9857.2144.9
Hex6131B42E4901D106392d
Octal14161264561110354067155
Binary1100001110001101101001011101001001011101100000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6131B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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