#6130B1

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

Shades of Purple Heart #6130B1

Tints of Purple Heart #6130B1

Color information

#6130B1 (or 0x6130B1) is unknown color: approx Purple Heart. HEX triplet: 61, 30 and B1. RGB value is (97,48,177). Sum of RGB (Red+Green+Blue) = 97+48+177=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #6130B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6130B1 is #9ECF4E. Grayscale: #4C4C4C. Windows color (decimal): -10407759 or 11612257. OLE color: 11612257.

HSL color Cylindrical-coordinate representation of color #6130B1: hue angle of 262.79º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6130B1 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9748177-
CMYK0.450.7300.31
HSL262.79º57.33%44.12%-
HSV(B)262.79º72.88%69.41%-
XYZ13.927.8342.37-
YUV77.36184.23142.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 177 (69.53% from 255) = 54.97%
R=30.12%
G=14.91%
B=54.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97481770.450.7300.31262.7957.3344.12
Hex6130B12D4901F107392c
Octal14160261551110374077154
Binary1100001110000101100011011011001001011111100000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6130B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6130B1; }

 p { color: rgb(97,48,177); }

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

<style>
 a { background-color: #6130B1; }

 a { background-color: rgb(97,48,177); }

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

<style>
 span { border-color: #6130B1; }

 span { border-color: rgb(97,48,177); }

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