#613CD5

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

Shades of Purple Heart #613CD5

Tints of Purple Heart #613CD5

Color information

#613CD5 (or 0x613CD5) is unknown color: approx Purple Heart. HEX triplet: 61, 3C and D5. RGB value is (97,60,213). Sum of RGB (Red+Green+Blue) = 97+60+213=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 213 (83.59% from 255 or 57.57% from 370); Max value from RGB is 213 - color contains mainly: blue. Hex color #613CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CD5 is #9EC32A. Grayscale: #575757. Windows color (decimal): -10404651 or 13974625. OLE color: 13974625.

HSL color Cylindrical-coordinate representation of color #613CD5: hue angle of 254.51º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613CD5 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9760213-
CMYK0.540.7200.16
HSL254.51º64.56%53.53%-
HSV(B)254.51º71.83%83.53%-
XYZ18.5610.5864.01-
YUV88.5198.26134.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 213 (83.59% from 255) = 57.57%
R=26.22%
G=16.22%
B=57.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97602130.540.7200.16254.5164.5653.53
Hex613CD53648010ff4136
Octal141743256611002037710166
Binary1100001111100110101011101101001000010000111111111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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