#613ABD

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

Shades of Purple Heart #613ABD

Tints of Purple Heart #613ABD

Color information

#613ABD (or 0x613ABD) is unknown color: approx Purple Heart. HEX triplet: 61, 3A and BD. RGB value is (97,58,189). Sum of RGB (Red+Green+Blue) = 97+58+189=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #613ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ABD is #9EC542. Grayscale: #545454. Windows color (decimal): -10405187 or 12401249. OLE color: 12401249.

HSL color Cylindrical-coordinate representation of color #613ABD: hue angle of 257.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613ABD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9758189-
CMYK0.490.6900.26
HSL257.86º53.04%48.43%-
HSV(B)257.86º69.31%74.12%-
XYZ15.639.2449.1-
YUV84.6186.92136.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=28.20%
G=16.86%
B=54.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97581890.490.6900.26257.8653.0448.43
Hex613ABD314501A1023530
Octal14172275611050324026560
Binary1100001111010101111011100011000101011010100000010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,58,189); }

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

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

 a { background-color: rgb(97,58,189); }

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

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

 span { border-color: rgb(97,58,189); }

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