#613CC1

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

Shades of Purple Heart #613CC1

Tints of Purple Heart #613CC1

Color information

#613CC1 (or 0x613CC1) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and C1. RGB value is (97,60,193). Sum of RGB (Red+Green+Blue) = 97+60+193=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #613CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CC1 is #9EC33E. Grayscale: #555555. Windows color (decimal): -10404671 or 12663905. OLE color: 12663905.

HSL color Cylindrical-coordinate representation of color #613CC1: hue angle of 256.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613CC1 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9760193-
CMYK0.500.6900.24
HSL256.69º52.57%49.61%-
HSV(B)256.69º68.91%75.69%-
XYZ16.179.6251.46-
YUV86.22188.26135.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 60 (23.83% from 255) = 17.14%
BLUE value IS 193 (75.78% from 255) = 55.14%
R=27.71%
G=17.14%
B=55.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97601930.500.6900.24256.6952.5749.61
Hex613CC132450181013532
Octal14174301621050304016562
Binary1100001111100110000011100101000101011000100000001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,193); }

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

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

 a { background-color: rgb(97,60,193); }

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

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

 span { border-color: rgb(97,60,193); }

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