#613AC0

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

Shades of Purple Heart #613AC0

Tints of Purple Heart #613AC0

Color information

#613AC0 (or 0x613AC0) is unknown color: approx Purple Heart. HEX triplet: 61, 3A and C0. RGB value is (97,58,192). Sum of RGB (Red+Green+Blue) = 97+58+192=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #613AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AC0 is #9EC53F. Grayscale: #545454. Windows color (decimal): -10405184 or 12597857. OLE color: 12597857.

HSL color Cylindrical-coordinate representation of color #613AC0: hue angle of 257.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613AC0 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9758192-
CMYK0.490.7000.25
HSL257.46º53.6%49.02%-
HSV(B)257.46º69.79%75.29%-
XYZ15.969.3750.84-
YUV84.94188.42136.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=27.95%
G=16.71%
B=55.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97581920.490.7000.25257.4653.649.02
Hex613AC031460191013631
Octal14172300611060314016661
Binary1100001111010110000001100011000110011001100000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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