#613BDC

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

Shades of Purple Heart #613BDC

Tints of Purple Heart #613BDC

Color information

#613BDC (or 0x613BDC) is unknown color: approx Purple Heart. HEX triplet: 61, 3B and DC. RGB value is (97,59,220). Sum of RGB (Red+Green+Blue) = 97+59+220=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #613BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BDC is #9EC423. Grayscale: #585858. Windows color (decimal): -10404900 or 14433121. OLE color: 14433121.

HSL color Cylindrical-coordinate representation of color #613BDC: hue angle of 254.16º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613BDC is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9759220-
CMYK0.560.7300.14
HSL254.16º69.7%54.71%-
HSV(B)254.16º73.18%86.27%-
XYZ19.4110.8468.78-
YUV88.72202.09133.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 59 (23.44% from 255) = 15.69%
BLUE value IS 220 (86.33% from 255) = 58.51%
R=25.80%
G=15.69%
B=58.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97592200.560.7300.14254.1669.754.71
Hex613BDC38490Efe4637
Octal141733347011101637610667
Binary110000111101111011100111000100100101110111111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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