#613FB5

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

Shades of Purple Heart #613FB5

Tints of Purple Heart #613FB5

Color information

#613FB5 (or 0x613FB5) is unknown color: approx Purple Heart. HEX triplet: 61, 3F and B5. RGB value is (97,63,181). Sum of RGB (Red+Green+Blue) = 97+63+181=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #613FB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FB5 is #9EC04A. Grayscale: #565656. Windows color (decimal): -10403915 or 11878241. OLE color: 11878241.

HSL color Cylindrical-coordinate representation of color #613FB5: hue angle of 257.29º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613FB5 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9763181-
CMYK0.460.6500.29
HSL257.29º48.36%47.84%-
HSV(B)257.29º65.19%70.98%-
XYZ15.059.4344.74-
YUV86.62181.26135.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=28.45%
G=18.48%
B=53.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97631810.460.6500.29257.2948.3647.84
Hex613FB52E4101D1013030
Octal14177265561010354016060
Binary1100001111111101101011011101000001011101100000001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613FB5; }

 p { color: rgb(97,63,181); }

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

<style>
 a { background-color: #613FB5; }

 a { background-color: rgb(97,63,181); }

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

<style>
 span { border-color: #613FB5; }

 span { border-color: rgb(97,63,181); }

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