#613FCD

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

Shades of Purple Heart #613FCD

Tints of Purple Heart #613FCD

Color information

#613FCD (or 0x613FCD) is unknown color: approx Purple Heart. HEX triplet: 61, 3F and CD. RGB value is (97,63,205). Sum of RGB (Red+Green+Blue) = 97+63+205=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #613FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FCD is #9EC032. Grayscale: #585858. Windows color (decimal): -10403891 or 13451105. OLE color: 13451105.

HSL color Cylindrical-coordinate representation of color #613FCD: hue angle of 254.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FCD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9763205-
CMYK0.530.6900.20
HSL254.37º58.68%52.55%-
HSV(B)254.37º69.27%80.39%-
XYZ17.7310.558.85-
YUV89.35193.26133.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=26.58%
G=17.26%
B=56.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97632050.530.6900.20254.3758.6852.55
Hex613FCD3545014fe3b35
Octal14177315651050243767365
Binary110000111111111001101110101100010101010011111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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