#613BCA

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

Shades of Purple Heart #613BCA

Tints of Purple Heart #613BCA

Color information

#613BCA (or 0x613BCA) is unknown color: approx Purple Heart. HEX triplet: 61, 3B and CA. RGB value is (97,59,202). Sum of RGB (Red+Green+Blue) = 97+59+202=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #613BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BCA is #9EC435. Grayscale: #565656. Windows color (decimal): -10404918 or 13253473. OLE color: 13253473.

HSL color Cylindrical-coordinate representation of color #613BCA: hue angle of 255.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613BCA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9759202-
CMYK0.520.7100.21
HSL255.94º57.43%51.18%-
HSV(B)255.94º70.79%79.22%-
XYZ17.159.9356.89-
YUV86.66193.09135.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=27.09%
G=16.48%
B=56.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97592020.520.7100.21255.9457.4351.18
Hex613BCA34470151003933
Octal14173312641070254007163
Binary1100001111011110010101101001000111010101100000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,59,202); }

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

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

 a { background-color: rgb(97,59,202); }

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

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

 span { border-color: rgb(97,59,202); }

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